Searched refs:btrfs_match_dir_item_name (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/fs/btrfs/ |
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() 341 di = btrfs_match_dir_item_name(path, name->name, name->len); in btrfs_search_dir_index_item() 377 struct btrfs_dir_item *btrfs_match_dir_item_name(const struct btrfs_path *path, in btrfs_match_dir_item_name() function
|
D | dir-item.h | 47 struct btrfs_dir_item *btrfs_match_dir_item_name(const struct btrfs_path *path,
|
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()
|
D | send.c | 3791 di = btrfs_match_dir_item_name(path, parent_ref->name, in wait_for_dest_dir_move()
|