Searched refs:btrfs_lookup_path (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/fs/btrfs/ |
D | btrfs.c | 118 inr = btrfs_lookup_path(&root, root.root_dirid, path, &type, NULL, 40); in btrfs_ls() 144 inr = btrfs_lookup_path(&root, root.root_dirid, file, &type, NULL, 40); in btrfs_exists() 156 inr = btrfs_lookup_path(&root, root.root_dirid, file, &type, &inode, in btrfs_size() 181 inr = btrfs_lookup_path(&root, root.root_dirid, file, &type, &inode, in btrfs_read()
|
D | btrfs.h | 73 u64 btrfs_lookup_path(struct btrfs_root *, u64, const char *, u8 *,
|
D | inode.c | 212 u64 btrfs_lookup_path(struct btrfs_root *root, u64 inr, const char *path, in btrfs_lookup_path() function 280 inr = btrfs_lookup_path(root, inr, target, &type, in btrfs_lookup_path()
|