Lines Matching refs:BTRFS_I
36 fid->objectid = btrfs_ino(BTRFS_I(inode)); in btrfs_encode_fh()
37 fid->root_objectid = btrfs_root_id(BTRFS_I(inode)->root); in btrfs_encode_fh()
43 fid->parent_objectid = btrfs_ino(BTRFS_I(parent)); in btrfs_encode_fh()
45 parent_root_id = btrfs_root_id(BTRFS_I(parent)->root); in btrfs_encode_fh()
150 struct btrfs_root *root = BTRFS_I(dir)->root; in btrfs_get_parent()
162 if (btrfs_ino(BTRFS_I(dir)) == BTRFS_FIRST_FREE_OBJECTID) { in btrfs_get_parent()
168 key.objectid = btrfs_ino(BTRFS_I(dir)); in btrfs_get_parent()
226 struct btrfs_root *root = BTRFS_I(dir)->root; in btrfs_get_name()
239 ino = btrfs_ino(BTRFS_I(inode)); in btrfs_get_name()
246 key.objectid = btrfs_root_id(BTRFS_I(inode)->root); in btrfs_get_name()
252 key.offset = btrfs_ino(BTRFS_I(dir)); in btrfs_get_name()