Searched refs:btrfs_match_dir_item_name (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/fs/btrfs/ |
H A D | dir-item.c | 34 btrfs_match_dir_item_name(struct btrfs_path *path, const char *name, in btrfs_match_dir_item_name() function 81 res = btrfs_match_dir_item_name(&path, name, name_len); in btrfs_lookup_dir_item()
|
/openbmc/linux/fs/btrfs/ |
H A D | dir-item.c | 38 di = btrfs_match_dir_item_name(fs_info, path, name, name_len); in insert_with_overflow() 193 return btrfs_match_dir_item_name(root->fs_info, path, name, name_len); in btrfs_lookup_match_dir() 344 di = btrfs_match_dir_item_name(root->fs_info, path, in btrfs_search_dir_index_item() 381 struct btrfs_dir_item *btrfs_match_dir_item_name(struct btrfs_fs_info *fs_info, in btrfs_match_dir_item_name() function
|
H A D | dir-item.h | 37 struct btrfs_dir_item *btrfs_match_dir_item_name(struct btrfs_fs_info *fs_info,
|
H A D | xattr.c | 146 di = btrfs_match_dir_item_name(fs_info, path, name, name_len); in btrfs_setxattr() 153 di = btrfs_match_dir_item_name(fs_info, path, name, name_len); in btrfs_setxattr()
|
H A D | send.c | 3801 di = btrfs_match_dir_item_name(fs_info, path, parent_ref->name, in wait_for_dest_dir_move()
|