Searched refs:btrfs_match_dir_item_name (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/fs/btrfs/ |
D | dir-item.c | 49 di = btrfs_match_dir_item_name(root, path, name, name_len); in insert_with_overflow() 213 return btrfs_match_dir_item_name(root, path, name, name_len); in btrfs_lookup_dir_item() 249 di = btrfs_match_dir_item_name(root, path, name, name_len); in btrfs_check_dir_item_collision() 304 return btrfs_match_dir_item_name(root, path, name, name_len); in btrfs_lookup_dir_index_item() 345 di = btrfs_match_dir_item_name(root, path, name, name_len); in btrfs_search_dir_index_item() 374 return btrfs_match_dir_item_name(root, path, name, name_len); in btrfs_lookup_xattr() 382 struct btrfs_dir_item *btrfs_match_dir_item_name(struct btrfs_root *root, in btrfs_match_dir_item_name() function
|
D | xattr.c | 152 di = btrfs_match_dir_item_name(root, path, name, name_len); in do_setxattr() 159 di = btrfs_match_dir_item_name(root, path, name, name_len); in do_setxattr()
|
D | ctree.h | 3834 struct btrfs_dir_item *btrfs_match_dir_item_name(struct btrfs_root *root,
|
D | send.c | 3347 di = btrfs_match_dir_item_name(sctx->parent_root, path, in wait_for_dest_dir_move()
|