Home
last modified time | relevance | path

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

/fs/ubifs/
A Dlpt.c232 uint8_t *p = *addr; in pack_bits()
268 *addr = p; in pack_bits()
283 uint8_t *p = *addr; in ubifs_unpack_bits()
335 *addr = p; in ubifs_unpack_bits()
363 pack_bits(&addr, &pos, 1, 1); in ubifs_pack_pnode()
365 pack_bits(&addr, &pos, 0, 1); in ubifs_pack_pnode()
369 addr = buf; in ubifs_pack_pnode()
401 addr = buf; in ubifs_pack_nnode()
426 addr = buf; in ubifs_pack_ltab()
448 addr = buf; in ubifs_pack_lsave()
[all …]
A Dubifs.c721 return page->addr; in kmap()
737 memset(addr, 0, UBIFS_BLOCK_SIZE); in read_block()
774 void *addr; in do_readpage() local
783 addr = kmap(page); in do_readpage()
789 memset(addr, 0, PAGE_CACHE_SIZE); in do_readpage()
804 memset(addr, 0, UBIFS_BLOCK_SIZE); in do_readpage()
846 memcpy(addr, buff, dlen); in do_readpage()
850 ret = read_block(inode, addr, block, dn); in do_readpage()
861 addr += UBIFS_BLOCK_SIZE; in do_readpage()
943 page.addr = buf; in ubifs_read()
[all …]
A Dlpt_commit.c1100 uint8_t *addr = buf + UBIFS_LPT_CRC_BYTES; in get_lpt_node_type() local
1103 node_type = ubifs_unpack_bits(&addr, &pos, UBIFS_LPT_TYPE_BITS); in get_lpt_node_type()
1104 *node_num = ubifs_unpack_bits(&addr, &pos, c->pcnt_bits); in get_lpt_node_type()
1118 uint8_t *addr = buf + UBIFS_LPT_CRC_BYTES; in is_a_node() local
1124 node_type = ubifs_unpack_bits(&addr, &pos, UBIFS_LPT_TYPE_BITS); in is_a_node()
1131 addr = buf; in is_a_node()
1132 crc = ubifs_unpack_bits(&addr, &pos, UBIFS_LPT_CRC_BITS); in is_a_node()
A Dubifs.h64 void *addr; member
2312 uint32_t ubifs_unpack_bits(uint8_t **addr, int *pos, int nrbits);
/fs/
A Dfs.c601 read_addr = (phys_addr_t)addr; in fs_read_lmb_check()
630 buf = map_sysmem(addr, len); in _fs_read()
655 buf = map_sysmem(addr, len); in fs_write()
800 unsigned long addr; in do_load() local
821 addr = hextoul(argv[3], &ep); in do_load()
829 addr = CONFIG_SYS_LOAD_ADDR; in do_load()
869 env_set_hex("fileaddr", addr); in do_load()
904 unsigned long addr; in do_save() local
918 addr = hextoul(argv[3], NULL); in do_save()
1122 ulong addr; in fs_read_alloc() local
[all …]
/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() argument
61 return 1U & (addr[BIT_BYTE(nr)] >> (nr & (BITS_PER_BYTE-1))); in le_test_bit()
/fs/cbfs/
A Dcbfs.c239 static int load_header(struct cbfs_priv *priv, ulong addr) in load_header() argument
245 header_in_rom = (struct cbfs_header *)addr; in load_header()
/fs/jffs2/
A Djffs2_1pass.c387 u32 addr = off; in get_fl_mem_nor() local
392 addr += flash->start[0]; in get_fl_mem_nor()
394 memcpy(ext_buf, (void *)addr, size); in get_fl_mem_nor()
397 return (void*)addr; in get_fl_mem_nor()

Completed in 31 milliseconds