Searched refs:dentry_blk (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | dir.c | 172 struct f2fs_dentry_block *dentry_blk; in find_in_block() local 175 dentry_blk = (struct f2fs_dentry_block *)page_address(dentry_page); in find_in_block() 177 make_dentry_ptr_block(dir, &d, dentry_blk); in find_in_block() 540 struct f2fs_dentry_block *dentry_blk; in make_empty_dir() local 550 dentry_blk = page_address(dentry_page); in make_empty_dir() 552 make_dentry_ptr_block(NULL, &d, dentry_blk); in make_empty_dir() 711 struct f2fs_dentry_block *dentry_blk = NULL; in f2fs_add_regular_entry() local 747 dentry_blk = page_address(dentry_page); in f2fs_add_regular_entry() 748 bit_pos = f2fs_room_for_filename(&dentry_blk->dentry_bitmap, in f2fs_add_regular_entry() 771 make_dentry_ptr_block(NULL, &d, dentry_blk); in f2fs_add_regular_entry() [all …]
|
H A D | inline.c | 416 struct f2fs_dentry_block *dentry_blk; in f2fs_move_inline_dirents() local 443 dentry_blk = page_address(page); in f2fs_move_inline_dirents() 449 memset(dentry_blk, 0, F2FS_BLKSIZE); in f2fs_move_inline_dirents() 452 make_dentry_ptr_block(dir, &dst, dentry_blk); in f2fs_move_inline_dirents()
|
/openbmc/linux/fs/erofs/ |
H A D | dir.c | 10 void *dentry_blk, struct erofs_dirent *de, in erofs_fill_dentries() argument 13 const struct erofs_dirent *end = dentry_blk + nameoff; in erofs_fill_dentries() 23 de_name = (char *)dentry_blk + nameoff; in erofs_fill_dentries()
|