Searched refs:btrfs_match_dir_item_name (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/fs/btrfs/ | 
| D | dir-item.c | 36 		di = btrfs_match_dir_item_name(fs_info, path, name, name_len);  in insert_with_overflow()201 	return btrfs_match_dir_item_name(root->fs_info, path, name, name_len);  in btrfs_lookup_dir_item()
 237 	di = btrfs_match_dir_item_name(root->fs_info, path, name, name_len);  in btrfs_check_dir_item_collision()
 292 	return btrfs_match_dir_item_name(root->fs_info, path, name, name_len);  in btrfs_lookup_dir_index_item()
 333 		di = btrfs_match_dir_item_name(root->fs_info, path,  in btrfs_search_dir_index_item()
 363 	return btrfs_match_dir_item_name(root->fs_info, path, name, name_len);  in btrfs_lookup_xattr()
 371 struct btrfs_dir_item *btrfs_match_dir_item_name(struct btrfs_fs_info *fs_info,  in btrfs_match_dir_item_name()  function
 
 | 
| D | xattr.c | 142 		di = btrfs_match_dir_item_name(fs_info, path, name, name_len);  in btrfs_setxattr()149 		di = btrfs_match_dir_item_name(fs_info, path, name, name_len);  in btrfs_setxattr()
 
 | 
| D | ctree.h | 2743 struct btrfs_dir_item *btrfs_match_dir_item_name(struct btrfs_fs_info *fs_info,
 | 
| D | send.c | 3462 	di = btrfs_match_dir_item_name(fs_info, path, parent_ref->name,  in wait_for_dest_dir_move()
 |