Searched refs:btrfs_match_dir_item_name (Results 1 – 3 of 3) sorted by relevance
/linux/fs/btrfs/ |
H A D | dir-item.c | 37 di = btrfs_match_dir_item_name(path, name, name_len); in insert_with_overflow() 190 return btrfs_match_dir_item_name(path, name, name_len); in btrfs_lookup_match_dir() 335 di = btrfs_match_dir_item_name(path, name->name, name->len); in btrfs_search_dir_index_item() 371 struct btrfs_dir_item *btrfs_match_dir_item_name(const struct btrfs_path *path, in btrfs_match_dir_item_name() function
|
H A D | dir-item.h | 48 struct btrfs_dir_item *btrfs_match_dir_item_name(const struct btrfs_path *path,
|
H A D | xattr.c | 145 di = btrfs_match_dir_item_name(path, name, name_len); in btrfs_setxattr() 152 di = btrfs_match_dir_item_name(path, name, name_len); in btrfs_setxattr()
|