Lines Matching refs:BTRFS_I
35 fid->objectid = btrfs_ino(BTRFS_I(inode)); in btrfs_encode_fh()
36 fid->root_objectid = BTRFS_I(inode)->root->root_key.objectid; in btrfs_encode_fh()
42 fid->parent_objectid = BTRFS_I(parent)->location.objectid; in btrfs_encode_fh()
44 parent_root_id = BTRFS_I(parent)->root->root_key.objectid; in btrfs_encode_fh()
138 struct btrfs_root *root = BTRFS_I(dir)->root; in btrfs_get_parent()
150 if (btrfs_ino(BTRFS_I(dir)) == BTRFS_FIRST_FREE_OBJECTID) { in btrfs_get_parent()
156 key.objectid = btrfs_ino(BTRFS_I(dir)); in btrfs_get_parent()
207 struct btrfs_root *root = BTRFS_I(dir)->root; in btrfs_get_name()
220 ino = btrfs_ino(BTRFS_I(inode)); in btrfs_get_name()
227 key.objectid = BTRFS_I(inode)->root->root_key.objectid; in btrfs_get_name()
233 key.offset = btrfs_ino(BTRFS_I(dir)); in btrfs_get_name()