Searched refs:btrfs_match_dir_item_name (Results 1 – 4 of 4) 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()
|
H A D | send.c | 3781 di = btrfs_match_dir_item_name(path, parent_ref->name, in wait_for_dest_dir_move()
|