Searched refs:btrfs_lookup_match_dir (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/fs/btrfs/ |
D | dir-item.c | 173 static struct btrfs_dir_item *btrfs_lookup_match_dir( in btrfs_lookup_match_dir() function 221 di = btrfs_lookup_match_dir(trans, root, path, &key, name, name_len, mod); in btrfs_lookup_dir_item() 247 di = btrfs_lookup_match_dir(NULL, root, path, &key, name, name_len, 0); in btrfs_check_dir_item_collision() 318 di = btrfs_lookup_match_dir(trans, root, path, &key, name, name_len, mod); in btrfs_lookup_dir_index_item() 386 di = btrfs_lookup_match_dir(trans, root, path, &key, name, name_len, mod); in btrfs_lookup_xattr()
|