Searched refs:dentry_blk (Results 1 – 3 of 3) sorted by relevance
/linux/fs/f2fs/ |
H A D | dir.c | 181 struct f2fs_dentry_block *dentry_blk; in find_in_block() 184 dentry_blk = (struct f2fs_dentry_block *)page_address(dentry_page); in find_in_block() 186 make_dentry_ptr_block(dir, &d, dentry_blk); in find_in_block() 497 struct f2fs_dentry_block *dentry_blk; in f2fs_init_inode_metadata() 507 dentry_blk = page_address(dentry_page); in f2fs_init_inode_metadata() 509 make_dentry_ptr_block(NULL, &d, dentry_blk); in f2fs_init_inode_metadata() 668 struct f2fs_dentry_block *dentry_blk = NULL; in f2fs_add_regular_entry() 704 dentry_blk = page_address(dentry_page); in f2fs_add_regular_entry() 705 bit_pos = f2fs_room_for_filename(&dentry_blk->dentry_bitmap, in f2fs_add_regular_entry() 728 make_dentry_ptr_block(NULL, &d, dentry_blk); in f2fs_add_regular_entry() 180 struct f2fs_dentry_block *dentry_blk; find_in_block() local 474 struct f2fs_dentry_block *dentry_blk; make_empty_dir() local 645 struct f2fs_dentry_block *dentry_blk = NULL; f2fs_add_regular_entry() local 842 struct f2fs_dentry_block *dentry_blk; f2fs_delete_entry() local 894 struct f2fs_dentry_block *dentry_blk; f2fs_empty_dir() local 1020 struct f2fs_dentry_block *dentry_blk = NULL; f2fs_readdir() local [all...] |
H A D | inline.c | 415 struct f2fs_dentry_block *dentry_blk; in f2fs_move_inline_dirents() 442 dentry_blk = page_address(page); in f2fs_move_inline_dirents() 448 memset(dentry_blk, 0, F2FS_BLKSIZE); in f2fs_move_inline_dirents() 451 make_dentry_ptr_block(dir, &dst, dentry_blk); in f2fs_move_inline_dirents() 414 struct f2fs_dentry_block *dentry_blk; f2fs_move_inline_dirents() local
|
/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 + nameoff0; in erofs_fill_dentries() 18 const char *de_name = (char *)dentry_blk + nameoff; in erofs_fill_dentries()
|