Searched refs:btrfs_match_dir_item_name (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/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() 319 di = btrfs_match_dir_item_name(root, path, name, name_len); in btrfs_search_dir_index_item() 361 return btrfs_match_dir_item_name(root, path, name, name_len); in btrfs_lookup_xattr() 369 struct btrfs_dir_item *btrfs_match_dir_item_name(struct btrfs_root *root, in btrfs_match_dir_item_name() function
|
D | ctree.h | 2388 struct btrfs_dir_item *btrfs_match_dir_item_name(struct btrfs_root *root,
|