Searched refs:f2fs_dentry_ptr (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | inline.c | 337 struct f2fs_dentry_ptr d; in f2fs_find_in_inline_dir() 363 struct f2fs_dentry_ptr d; in f2fs_make_empty_inline_dir() 389 struct f2fs_dentry_ptr src, dst; in f2fs_move_inline_dirents() 458 struct f2fs_dentry_ptr d; in f2fs_add_inline_entries() 614 struct f2fs_dentry_ptr d; in f2fs_add_inline_entry() 674 struct f2fs_dentry_ptr d; in f2fs_delete_inline_entry() 706 struct f2fs_dentry_ptr d; in f2fs_empty_inline_dir() 730 struct f2fs_dentry_ptr d; in f2fs_read_inline_dir()
|
H A D | dir.c | 197 struct f2fs_dentry_ptr d; in find_in_block() 253 struct f2fs_dir_entry *f2fs_find_target_dentry(const struct f2fs_dentry_ptr *d, in f2fs_find_target_dentry() 466 struct f2fs_dentry_ptr *d) in f2fs_do_make_empty_dir() 483 struct f2fs_dentry_ptr d; in make_empty_dir() 615 struct f2fs_dentry_ptr d; in f2fs_has_enough_room() 626 void f2fs_update_dentry(nid_t ino, umode_t mode, struct f2fs_dentry_ptr *d, in f2fs_update_dentry() 658 struct f2fs_dentry_ptr d; in f2fs_add_regular_entry() 931 int f2fs_fill_dentries(struct dir_context *ctx, struct f2fs_dentry_ptr *d, in f2fs_fill_dentries() 1024 struct f2fs_dentry_ptr d; in f2fs_readdir()
|
H A D | f2fs.h | 495 struct f2fs_dentry_ptr { struct 505 struct f2fs_dentry_ptr *d, struct f2fs_dentry_block *t) in make_dentry_ptr_block() 516 struct f2fs_dentry_ptr *d, void *t) in make_dentry_ptr_inline() 3227 struct f2fs_dir_entry *f2fs_find_target_dentry(const struct f2fs_dentry_ptr *d, 3229 int f2fs_fill_dentries(struct dir_context *ctx, struct f2fs_dentry_ptr *d, 3232 struct f2fs_dentry_ptr *d); 3251 void f2fs_update_dentry(nid_t ino, umode_t mode, struct f2fs_dentry_ptr *d,
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | inline.c | 340 struct f2fs_dentry_ptr d; in f2fs_find_in_inline_dir() 370 struct f2fs_dentry_ptr d; in f2fs_make_empty_inline_dir() 396 struct f2fs_dentry_ptr src, dst; in f2fs_move_inline_dirents() 466 struct f2fs_dentry_ptr d; in f2fs_add_inline_entries() 622 struct f2fs_dentry_ptr d; in f2fs_add_inline_entry() 683 struct f2fs_dentry_ptr d; in f2fs_delete_inline_entry() 715 struct f2fs_dentry_ptr d; in f2fs_empty_inline_dir() 739 struct f2fs_dentry_ptr d; in f2fs_read_inline_dir()
|
H A D | dir.c | 171 struct f2fs_dentry_ptr d; in find_in_block() 252 struct f2fs_dir_entry *f2fs_find_target_dentry(const struct f2fs_dentry_ptr *d, in f2fs_find_target_dentry() 500 struct f2fs_dentry_ptr *d) in f2fs_do_make_empty_dir() 517 struct f2fs_dentry_ptr d; in make_empty_dir() 645 struct f2fs_dentry_ptr d; in f2fs_has_enough_room() 656 void f2fs_update_dentry(nid_t ino, umode_t mode, struct f2fs_dentry_ptr *d, in f2fs_update_dentry() 688 struct f2fs_dentry_ptr d; in f2fs_add_regular_entry() 973 int f2fs_fill_dentries(struct dir_context *ctx, struct f2fs_dentry_ptr *d, in f2fs_fill_dentries() 1067 struct f2fs_dentry_ptr d; in f2fs_readdir()
|
H A D | f2fs.h | 529 struct f2fs_dentry_ptr { struct 539 struct f2fs_dentry_ptr *d, struct f2fs_dentry_block *t) in make_dentry_ptr_block() 550 struct f2fs_dentry_ptr *d, void *t) in make_dentry_ptr_inline() 3537 struct f2fs_dir_entry *f2fs_find_target_dentry(const struct f2fs_dentry_ptr *d, 3539 int f2fs_fill_dentries(struct dir_context *ctx, struct f2fs_dentry_ptr *d, 3542 struct f2fs_dentry_ptr *d); 3561 void f2fs_update_dentry(nid_t ino, umode_t mode, struct f2fs_dentry_ptr *d,
|
Completed in 23 milliseconds