HomeSort by relevance Sort by last modified time
    Searched refs:btrfs_path_item_ptr (Results 1 - 6 of 6) sorted by null

  /external/u-boot/fs/btrfs/
root.c 16 memcpy(item, btrfs_path_item_ptr(p, struct btrfs_root_item), len);
71 ref = btrfs_path_item_ptr(&path, struct btrfs_root_ref);
dir-item.c 41 item = btrfs_path_item_ptr(path, struct btrfs_dir_item);
109 item = btrfs_path_item_ptr(&path, struct btrfs_dir_item);
inode.c 25 ref = btrfs_path_item_ptr(&path, struct btrfs_inode_ref);
72 *item = *btrfs_path_item_ptr(&path, struct btrfs_inode_item);
104 extent = btrfs_path_item_ptr(&path, struct btrfs_file_extent_item);
349 extent = btrfs_path_item_ptr(&path,
subvolume.c 100 ref = btrfs_path_item_ptr(&path, struct btrfs_root_ref);
chunk-map.c 163 chunk = btrfs_path_item_ptr(&path, struct btrfs_chunk);
ctree.h 330 #define btrfs_path_item_ptr(p,t) \ macro

Completed in 3757 milliseconds