Searched refs:dentry_blk (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/f2fs/ |
D | dir.c | 180 struct f2fs_dentry_block *dentry_blk; in find_in_block() local 183 dentry_blk = (struct f2fs_dentry_block *)page_address(dentry_page); in find_in_block() 185 make_dentry_ptr_block(dir, &d, dentry_blk); in find_in_block() 474 struct f2fs_dentry_block *dentry_blk; in make_empty_dir() local 484 dentry_blk = page_address(dentry_page); in make_empty_dir() 486 make_dentry_ptr_block(NULL, &d, dentry_blk); in make_empty_dir() 645 struct f2fs_dentry_block *dentry_blk = NULL; in f2fs_add_regular_entry() local 681 dentry_blk = page_address(dentry_page); in f2fs_add_regular_entry() 682 bit_pos = f2fs_room_for_filename(&dentry_blk->dentry_bitmap, in f2fs_add_regular_entry() 705 make_dentry_ptr_block(NULL, &d, dentry_blk); in f2fs_add_regular_entry() [all …]
|
D | inline.c | 414 struct f2fs_dentry_block *dentry_blk; in f2fs_move_inline_dirents() local 441 dentry_blk = page_address(page); in f2fs_move_inline_dirents() 447 memset(dentry_blk, 0, F2FS_BLKSIZE); in f2fs_move_inline_dirents() 450 make_dentry_ptr_block(dir, &dst, dentry_blk); in f2fs_move_inline_dirents()
|
/linux-6.12.1/fs/erofs/ |
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()
|