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