Searched refs:dentry_blk (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.1/fs/f2fs/ |
| D | dir.c | 203 struct f2fs_dentry_block *dentry_blk; in find_in_block() local 206 dentry_blk = (struct f2fs_dentry_block *)page_address(dentry_page); in find_in_block() 208 make_dentry_ptr_block(dir, &d, dentry_blk); in find_in_block() 545 struct f2fs_dentry_block *dentry_blk; in make_empty_dir() local 555 dentry_blk = page_address(dentry_page); in make_empty_dir() 557 make_dentry_ptr_block(NULL, &d, dentry_blk); in make_empty_dir() 716 struct f2fs_dentry_block *dentry_blk = NULL; in f2fs_add_regular_entry() local 754 dentry_blk = page_address(dentry_page); in f2fs_add_regular_entry() 755 bit_pos = f2fs_room_for_filename(&dentry_blk->dentry_bitmap, in f2fs_add_regular_entry() 778 make_dentry_ptr_block(NULL, &d, dentry_blk); in f2fs_add_regular_entry() [all …]
|
| D | inline.c | 396 struct f2fs_dentry_block *dentry_blk; in f2fs_move_inline_dirents() local 423 dentry_blk = page_address(page); in f2fs_move_inline_dirents() 426 make_dentry_ptr_block(dir, &dst, dentry_blk); in f2fs_move_inline_dirents()
|
| /Linux-v6.1/fs/erofs/ |
| D | dir.c | 25 void *dentry_blk, struct erofs_dirent *de, in erofs_fill_dentries() argument 28 const struct erofs_dirent *end = dentry_blk + nameoff; in erofs_fill_dentries() 38 de_name = (char *)dentry_blk + nameoff; in erofs_fill_dentries()
|