Searched refs:btrfs_match_dir_item_name (Results 1 – 2 of 2) sorted by relevance
/fs/btrfs/ |
D | dir-item.c | 49 di = btrfs_match_dir_item_name(root, path, name, name_len); in insert_with_overflow() 246 return btrfs_match_dir_item_name(root, path, name, name_len); in btrfs_lookup_dir_item() 278 return btrfs_match_dir_item_name(root, path, name, name_len); in btrfs_lookup_dir_index_item() 314 return btrfs_match_dir_item_name(root, path, name, name_len); in btrfs_lookup_xattr() 322 struct btrfs_dir_item *btrfs_match_dir_item_name(struct btrfs_root *root, in btrfs_match_dir_item_name() function
|
D | ctree.h | 1951 struct btrfs_dir_item *btrfs_match_dir_item_name(struct btrfs_root *root,
|