Searched refs:dentry_blk (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/fs/f2fs/ |
D | dir.c | 93 struct f2fs_dentry_block *dentry_blk; in find_in_block() local 97 dentry_blk = (struct f2fs_dentry_block *)page_address(dentry_page); in find_in_block() 99 make_dentry_ptr_block(NULL, &d, dentry_blk); in find_in_block() 339 struct f2fs_dentry_block *dentry_blk; in make_empty_dir() local 349 dentry_blk = page_address(dentry_page); in make_empty_dir() 351 make_dentry_ptr_block(NULL, &d, dentry_blk); in make_empty_dir() 504 struct f2fs_dentry_block *dentry_blk = NULL; in f2fs_add_regular_entry() local 543 dentry_blk = page_address(dentry_page); in f2fs_add_regular_entry() 544 bit_pos = f2fs_room_for_filename(&dentry_blk->dentry_bitmap, in f2fs_add_regular_entry() 568 make_dentry_ptr_block(NULL, &d, dentry_blk); in f2fs_add_regular_entry() [all …]
|
D | inline.c | 370 struct f2fs_dentry_block *dentry_blk; in f2fs_move_inline_dirents() local 398 dentry_blk = page_address(page); in f2fs_move_inline_dirents() 401 make_dentry_ptr_block(dir, &dst, dentry_blk); in f2fs_move_inline_dirents()
|
/Linux-v4.19/drivers/staging/erofs/ |
D | dir.c | 27 void *dentry_blk, unsigned *ofs, in erofs_fill_dentries() argument 30 struct erofs_dirent *de = dentry_blk; in erofs_fill_dentries() 31 const struct erofs_dirent *end = dentry_blk + nameoff; in erofs_fill_dentries() 33 de = dentry_blk + *ofs; in erofs_fill_dentries() 49 de_name = (char *)dentry_blk + nameoff; in erofs_fill_dentries()
|