Home
last modified time | relevance | path

Searched defs:addr (Results 1 – 9 of 9) sorted by relevance

/fs/ubifs/
A Dlpt.c280 uint32_t ubifs_unpack_bits(uint8_t **addr, int *pos, int nrbits) in ubifs_unpack_bits()
350 uint8_t *addr = buf + UBIFS_LPT_CRC_BYTES; in ubifs_pack_pnode() local
383 uint8_t *addr = buf + UBIFS_LPT_CRC_BYTES; in ubifs_pack_nnode() local
415 uint8_t *addr = buf + UBIFS_LPT_CRC_BYTES; in ubifs_pack_ltab() local
439 uint8_t *addr = buf + UBIFS_LPT_CRC_BYTES; in ubifs_pack_lsave() local
914 uint8_t *addr = buf; in check_lpt_crc() local
938 static int check_lpt_type(const struct ubifs_info *c, uint8_t **addr, in check_lpt_type()
964 uint8_t *addr = buf + UBIFS_LPT_CRC_BYTES; in unpack_pnode() local
1001 uint8_t *addr = buf + UBIFS_LPT_CRC_BYTES; in ubifs_unpack_nnode() local
1033 uint8_t *addr = buf + UBIFS_LPT_CRC_BYTES; in unpack_ltab() local
[all …]
A Dubifs.c724 static int read_block(struct inode *inode, void *addr, unsigned int block, in read_block()
774 void *addr; in do_readpage() local
980 int ubifs_load(char *filename, unsigned long addr, u32 size) in ubifs_load()
A Dlpt_commit.c1100 uint8_t *addr = buf + UBIFS_LPT_CRC_BYTES; in get_lpt_node_type() local
1118 uint8_t *addr = buf + UBIFS_LPT_CRC_BYTES; in is_a_node() local
A Dubifs.h64 void *addr; member
/fs/
A Dfs.c577 static int fs_read_lmb_check(const char *filename, ulong addr, loff_t offset, in fs_read_lmb_check()
611 static int _fs_read(const char *filename, ulong addr, loff_t offset, loff_t len, in _fs_read()
642 int fs_read(const char *filename, ulong addr, loff_t offset, loff_t len, in fs_read()
648 int fs_write(const char *filename, ulong addr, loff_t offset, loff_t len, in fs_write()
800 unsigned long addr; in do_load() local
904 unsigned long addr; in do_save() local
1122 ulong addr; in fs_read_alloc() local
/fs/erofs/
A Dinternal.h53 #define erofs_blknr(addr) ((addr) >> sbi.blkszbits) argument
54 #define erofs_blkoff(addr) ((addr) & (erofs_blksiz() - 1)) argument
57 #define BLK_ROUND_UP(addr) DIV_ROUND_UP(addr, 1u << sbi.blkszbits) argument
/fs/btrfs/
A Dextent-io.h59 static inline int le_test_bit(int nr, const u8 *addr) in le_test_bit()
/fs/cbfs/
A Dcbfs.c239 static int load_header(struct cbfs_priv *priv, ulong addr) in load_header()
/fs/jffs2/
A Djffs2_1pass.c387 u32 addr = off; in get_fl_mem_nor() local

Completed in 30 milliseconds