Searched refs:f2fs_dentry_ptr (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/fs/f2fs/ |
D | inline.c | 316 struct f2fs_dentry_ptr d; in f2fs_find_in_inline_dir() 345 struct f2fs_dentry_ptr d; in f2fs_make_empty_inline_dir() 371 struct f2fs_dentry_ptr src, dst; in f2fs_move_inline_dirents() 435 struct f2fs_dentry_ptr d; in f2fs_add_inline_entries() 539 struct f2fs_dentry_ptr d; in f2fs_add_inline_entry() 595 struct f2fs_dentry_ptr d; in f2fs_delete_inline_entry() 627 struct f2fs_dentry_ptr d; in f2fs_empty_inline_dir() 651 struct f2fs_dentry_ptr d; in f2fs_read_inline_dir()
|
D | dir.c | 95 struct f2fs_dentry_ptr d; in find_in_block() 109 struct f2fs_dentry_ptr *d) in f2fs_find_target_dentry() 323 struct f2fs_dentry_ptr *d) in f2fs_do_make_empty_dir() 340 struct f2fs_dentry_ptr d; in make_empty_dir() 471 void f2fs_update_dentry(nid_t ino, umode_t mode, struct f2fs_dentry_ptr *d, in f2fs_update_dentry() 505 struct f2fs_dentry_ptr d; in f2fs_add_regular_entry() 779 int f2fs_fill_dentries(struct dir_context *ctx, struct f2fs_dentry_ptr *d, in f2fs_fill_dentries() 843 struct f2fs_dentry_ptr d; in f2fs_readdir()
|
D | f2fs.h | 476 struct f2fs_dentry_ptr { struct 486 struct f2fs_dentry_ptr *d, struct f2fs_dentry_block *t) in make_dentry_ptr_block() argument 497 struct f2fs_dentry_ptr *d, void *t) in make_dentry_ptr_inline() 2782 struct f2fs_dentry_ptr *d); 2783 int f2fs_fill_dentries(struct dir_context *ctx, struct f2fs_dentry_ptr *d, 2786 struct f2fs_dentry_ptr *d); 2803 void f2fs_update_dentry(nid_t ino, umode_t mode, struct f2fs_dentry_ptr *d,
|