| /fs/nilfs2/ |
| D | btree.c | 38 struct nilfs_btree_path *path; in nilfs_btree_alloc_path() local 58 static void nilfs_btree_free_path(struct nilfs_btree_path *path) in nilfs_btree_free_path() 422 nilfs_btree_get_nonroot_node(const struct nilfs_btree_path *path, int level) in nilfs_btree_get_nonroot_node() 428 nilfs_btree_get_sib_node(const struct nilfs_btree_path *path, int level) in nilfs_btree_get_sib_node() 440 const struct nilfs_btree_path *path, in nilfs_btree_get_node() 536 struct nilfs_btree_path *path, in nilfs_btree_do_lookup() 598 struct nilfs_btree_path *path, in nilfs_btree_do_lookup_last() 647 const struct nilfs_btree_path *path, in nilfs_btree_get_next_key() 677 struct nilfs_btree_path *path; in nilfs_btree_lookup() local 694 struct nilfs_btree_path *path; in nilfs_btree_lookup_contig() local [all …]
|
| /fs/btrfs/ |
| D | dir-item.c | 35 struct btrfs_path *path, in insert_with_overflow() 70 struct btrfs_path *path, u64 objectid, in btrfs_insert_xattr_item() 127 struct btrfs_path *path; in btrfs_insert_dir_item() local 193 struct btrfs_path *path, u64 dir, in btrfs_lookup_dir_item() 225 struct btrfs_path *path; in btrfs_check_dir_item_collision() local 286 struct btrfs_path *path, u64 dir, in btrfs_lookup_dir_index_item() 309 struct btrfs_path *path, u64 dirid, in btrfs_search_dir_index_item() 356 struct btrfs_path *path, u64 dir, in btrfs_lookup_xattr() 383 struct btrfs_path *path, in btrfs_match_dir_item_name() 422 struct btrfs_path *path, in btrfs_delete_one_dir_name()
|
| D | inode-item.c | 25 static int find_name_in_backref(struct btrfs_path *path, const char *name, in find_name_in_backref() 54 int btrfs_find_name_in_ext_backref(struct btrfs_path *path, u64 ref_objectid, in btrfs_find_name_in_ext_backref() 98 struct btrfs_path *path, in btrfs_lookup_inode_extref() 127 struct btrfs_path *path; in btrfs_del_inode_extref() local 198 struct btrfs_path *path; in btrfs_del_inode_ref() local 279 struct btrfs_path *path; in btrfs_insert_inode_extref() local 331 struct btrfs_path *path; in btrfs_insert_inode_ref() local 403 struct btrfs_path *path, u64 objectid) in btrfs_insert_empty_inode() 417 *root, struct btrfs_path *path, in btrfs_lookup_inode()
|
| D | root-tree.c | 83 struct btrfs_path *path, struct btrfs_root_item *root_item, in btrfs_find_root() 140 struct btrfs_path *path; in btrfs_update_root() local 226 struct btrfs_path *path; in btrfs_find_orphan_roots() local 348 struct btrfs_path *path; in btrfs_del_root() local 372 struct btrfs_path *path; in btrfs_del_root_ref() local 444 struct btrfs_path *path; in btrfs_add_root_ref() local
|
| D | ctree.c | 47 struct btrfs_path *path; in btrfs_alloc_path() local 1336 tree_mod_log_rewind(struct btrfs_fs_info *fs_info, struct btrfs_path *path, in tree_mod_log_rewind() 1863 struct btrfs_path *path, int level) in balance_level() 2081 struct btrfs_path *path, int level) in push_nodes_for_insert() 2216 struct btrfs_path *path, in reada_for_search() 2282 struct btrfs_path *path, int level) in reada_for_balance() 2341 static noinline void unlock_up(struct btrfs_path *path, int level, in unlock_up() 2393 noinline void btrfs_unlock_up_safe(struct btrfs_path *path, int level) in btrfs_unlock_up_safe() 2597 int btrfs_find_item(struct btrfs_root *fs_root, struct btrfs_path *path, in btrfs_find_item() 3122 struct btrfs_path *path, in fixup_low_keys() [all …]
|
| D | tree-log.c | 337 struct btrfs_path *path, in overwrite_item() 580 struct btrfs_path *path, in replay_one_extent() 824 struct btrfs_path *path, in drop_one_dir_item() 873 struct btrfs_path *path, in inode_in_dir() 919 struct btrfs_path *path; in backref_in_log() local 970 struct btrfs_path *path, in __add_inode_ref() 1200 struct btrfs_path *path, in add_inode_ref() 1339 struct inode *inode, struct btrfs_path *path) in count_inode_extrefs() 1383 struct inode *inode, struct btrfs_path *path) in count_inode_refs() 1453 struct btrfs_path *path; in fixup_inode_link_count() local [all …]
|
| D | file-item.c | 50 struct btrfs_path *path; in btrfs_insert_file_extent() local 89 struct btrfs_path *path, in btrfs_lookup_csum() 141 struct btrfs_path *path, u64 objectid, in btrfs_lookup_file_extent() 169 struct btrfs_path *path; in __btrfs_lookup_bio_sums() local 311 struct btrfs_path *path; in btrfs_lookup_csums_range() local 517 struct btrfs_path *path, in truncate_one_csum() 569 struct btrfs_path *path; in btrfs_del_csums() local 689 struct btrfs_path *path; in btrfs_csum_file_blocks() local 882 const struct btrfs_path *path, in btrfs_extent_item_to_extent_map()
|
| D | uuid-tree.c | 38 struct btrfs_path *path = NULL; in btrfs_uuid_tree_lookup() local 98 struct btrfs_path *path = NULL; in btrfs_uuid_tree_add() local 162 struct btrfs_path *path = NULL; in btrfs_uuid_tree_rem() local 264 struct btrfs_path *path; in btrfs_uuid_tree_iterate() local
|
| D | orphan.c | 25 struct btrfs_path *path; in btrfs_insert_orphan_item() local 46 struct btrfs_path *path; in btrfs_del_orphan_item() local
|
| D | backref.c | 247 static int add_all_parents(struct btrfs_root *root, struct btrfs_path *path, in add_all_parents() 339 struct btrfs_path *path, u64 time_seq, in __resolve_indirect_ref() 424 struct btrfs_path *path, u64 time_seq, in __resolve_indirect_refs() 715 struct btrfs_path *path, u64 bytenr, in __add_inline_refs() 828 struct btrfs_path *path, u64 bytenr, in __add_keyed_refs() 935 struct btrfs_path *path; local 1329 u64 start_off, struct btrfs_path *path, 1410 char *btrfs_ref_to_path(struct btrfs_root *fs_root, struct btrfs_path *path, 1487 struct btrfs_path *path, struct btrfs_key *found_key, 1755 struct btrfs_path *path, [all …]
|
| D | delayed-inode.c | 724 struct btrfs_path *path, in btrfs_batch_insert_items() 835 struct btrfs_path *path, in btrfs_insert_delayed_item() 864 struct btrfs_path *path, in btrfs_insert_delayed_items() 904 struct btrfs_path *path, in btrfs_batch_delete_items() 966 struct btrfs_path *path, in btrfs_delete_delayed_items() 1039 struct btrfs_path *path, in __btrfs_update_delayed_inode() 1121 struct btrfs_path *path, in btrfs_update_delayed_inode() 1139 struct btrfs_path *path, in __btrfs_commit_inode_delayed_items() 1167 struct btrfs_path *path; in __btrfs_run_delayed_items() local 1225 struct btrfs_path *path; in btrfs_commit_inode_delayed_items() local [all …]
|
| D | send.c | 500 struct btrfs_path *path; in alloc_path_for_send() local 720 struct fs_path *path, struct fs_path *lnk) in send_link() 743 static int send_unlink(struct send_ctx *sctx, struct fs_path *path) in send_unlink() 765 static int send_rmdir(struct send_ctx *sctx, struct fs_path *path) in send_rmdir() 787 static int __get_inode_info(struct btrfs_root *root, struct btrfs_path *path, in __get_inode_info() 828 struct btrfs_path *path; in get_inode_info() local 852 static int iterate_inode_ref(struct btrfs_root *root, struct btrfs_path *path, in iterate_inode_ref() 972 static int iterate_dir_item(struct btrfs_root *root, struct btrfs_path *path, in iterate_dir_item() 1104 u64 ino, struct fs_path *path) in get_inode_path() 1149 struct btrfs_path *path; member [all …]
|
| D | relocation.c | 103 struct backref_node *path[BTRFS_MAX_LEVEL]; member 1589 struct btrfs_path *path; local 1750 struct btrfs_path *path, int level) 1771 struct btrfs_path *path, struct btrfs_key *next_key, 1942 int walk_up_reloc_tree(struct btrfs_root *root, struct btrfs_path *path, 1979 int walk_down_reloc_tree(struct btrfs_root *root, struct btrfs_path *path, 2098 static int find_next_key(struct btrfs_path *path, int level, 2129 struct btrfs_path *path; local 2666 struct btrfs_path *path, int lowest) 2805 struct btrfs_path *path) [all …]
|
| /fs/ext4/ |
| D | extents.c | 141 struct ext4_ext_path *path) in ext4_ext_get_access() 160 struct inode *inode, struct ext4_ext_path *path) in __ext4_ext_dirty() 178 struct ext4_ext_path *path, in ext4_ext_find_goal() 228 struct ext4_ext_path *path, in ext4_ext_new_meta_block() 298 struct ext4_ext_path *path = *ppath; in ext4_force_split_extent_at() local 582 struct ext4_ext_path *path = NULL; in ext4_ext_precache() local 641 static void ext4_ext_show_path(struct inode *inode, struct ext4_ext_path *path) in ext4_ext_show_path() 662 static void ext4_ext_show_leaf(struct inode *inode, struct ext4_ext_path *path) in ext4_ext_show_leaf() 685 static void ext4_ext_show_move(struct inode *inode, struct ext4_ext_path *path, in ext4_ext_show_move() 718 #define ext4_ext_show_path(inode, path) argument [all …]
|
| /fs/ |
| D | fhandle.c | 15 static long do_sys_name_to_handle(struct path *path, in do_sys_name_to_handle() 96 struct path path; in SYSCALL_DEFINE5() local 139 struct path *path) in do_handle_to_path() 167 struct path *path) in handle_to_path() 218 struct path path; in do_handle_open() local
|
| D | namei.c | 491 void path_get(const struct path *path) in path_get() 504 void path_put(const struct path *path) in path_put() 513 struct path path; member 586 static bool path_connected(const struct path *path) in path_connected() 643 struct path *path, unsigned seq) in legitimize_path() 842 static void path_put_conditional(struct path *path, struct nameidata *nd) in path_put_conditional() 849 static inline void path_to_nameidata(const struct path *path, in path_to_nameidata() 865 void nd_jump_link(struct path *path) in nd_jump_link() 1116 int follow_up(struct path *path) in follow_up() 1144 static int follow_automount(struct path *path, struct nameidata *nd, in follow_automount() [all …]
|
| D | open.c | 73 long vfs_truncate(struct path *path, loff_t length) in vfs_truncate() 130 struct path path; in do_sys_truncate() local 149 SYSCALL_DEFINE2(truncate, const char __user *, path, long, length) in SYSCALL_DEFINE2() argument 155 COMPAT_SYSCALL_DEFINE2(truncate, const char __user *, path, compat_off_t, length) in COMPAT_SYSCALL_DEFINE2() argument 224 SYSCALL_DEFINE2(truncate64, const char __user *, path, loff_t, length) in SYSCALL_DEFINE2() argument 350 struct path path; in SYSCALL_DEFINE3() local 450 struct path path; in SYSCALL_DEFINE1() local 503 struct path path; in SYSCALL_DEFINE1() local 534 static int chmod_common(struct path *path, umode_t mode) in chmod_common() 578 struct path path; in SYSCALL_DEFINE3() local [all …]
|
| D | dcookies.c | 36 struct path path; member 93 static struct dcookie_struct *alloc_dcookie(struct path *path) in alloc_dcookie() 116 int get_dcookie(struct path *path, unsigned long *cookie) in get_dcookie() 154 char * path; in SYSCALL_DEFINE3() local
|
| /fs/autofs4/ |
| D | dev-ioctl.c | 196 int test(struct path *path, void *data), in find_autofs_mount() 199 struct path path; in find_autofs_mount() local 220 static int test_by_dev(struct path *path, void *p) in test_by_dev() 225 static int test_by_type(struct path *path, void *p) in test_by_type() 242 struct path path; in autofs_dev_ioctl_open_mountpoint() local 275 const char *path; in autofs_dev_ioctl_openmount() local 437 struct path path; in autofs_dev_ioctl_requester() local 521 struct path path; in autofs_dev_ioctl_ismountpoint() local
|
| /fs/configfs/ |
| D | symlink.c | 111 static int get_target(const char *symname, struct path *path, in get_target() 137 struct path path; in configfs_symlink() local 266 char *path) in configfs_get_target_path() 287 static int configfs_getlink(struct dentry *dentry, char * path) in configfs_getlink()
|
| /fs/btrfs/tests/ |
| D | qgroup-tests.c | 41 struct btrfs_path *path; in insert_normal_tree_ref() local 92 struct btrfs_path *path; in add_tree_ref() local 144 struct btrfs_path *path; in remove_extent_item() local 176 struct btrfs_path *path; in remove_extent_ref() local
|
| /fs/reiserfs/ |
| D | stree.c | 933 int comp_items(const struct item_head *stored_ih, const struct treepath *path) in comp_items() 958 static inline int prepare_for_direct_item(struct treepath *path, in prepare_for_direct_item() 999 static inline int prepare_for_direntry_item(struct treepath *path, in prepare_for_direntry_item() 1045 struct treepath *path, in prepare_for_delete_or_cut() 1202 struct treepath *path, int size) in init_tb_struct() 1261 struct treepath *path, const struct cpu_key *item_key, in reiserfs_delete_item() 1569 struct treepath *path, in maybe_indirect_to_direct() 1607 struct inode *inode, struct treepath *path) in indirect_to_direct_roll_back() 1649 struct treepath *path, in reiserfs_cut_from_item() 2054 static void check_research_for_paste(struct treepath *path, in check_research_for_paste() [all …]
|
| /fs/cifs/ |
| D | link.c | 238 struct cifs_sb_info *cifs_sb, const unsigned char *path, in query_mf_symlink() 273 const unsigned char *path) in check_mf_symlink() 326 struct cifs_sb_info *cifs_sb, const unsigned char *path, in cifs_query_mf_symlink() 370 struct cifs_sb_info *cifs_sb, const unsigned char *path, in cifs_create_mf_symlink() 413 struct cifs_sb_info *cifs_sb, const unsigned char *path, in smb3_query_mf_symlink() 475 struct cifs_sb_info *cifs_sb, const unsigned char *path, in smb3_create_mf_symlink()
|
| /fs/overlayfs/ |
| D | super.c | 101 void ovl_path_upper(struct dentry *dentry, struct path *path) in ovl_path_upper() 110 enum ovl_path_type ovl_path_real(struct dentry *dentry, struct path *path) in ovl_path_real() 176 void ovl_path_lower(struct dentry *dentry, struct path *path) in ovl_path_lower() 427 int ovl_path_next(int idx, struct dentry *dentry, struct path *path) in ovl_path_next() 580 struct file *ovl_path_open(struct path *path, int flags) in ovl_path_open() 615 struct path path; in ovl_statfs() local 836 static int ovl_mount_dir_noesc(const char *name, struct path *path) in ovl_mount_dir_noesc() 866 static int ovl_mount_dir(const char *name, struct path *path) in ovl_mount_dir() 887 static int ovl_lower_dir(const char *name, struct path *path, long *namelen, in ovl_lower_dir()
|
| /fs/kernfs/ |
| D | symlink.c | 50 struct kernfs_node *target, char *path) in kernfs_get_target_path() 104 static int kernfs_getlink(struct dentry *dentry, char *path) in kernfs_getlink()
|