Lines Matching refs:BTRFS_I
27 struct btrfs_root *root = BTRFS_I(inode)->root; in btrfs_getxattr()
38 di = btrfs_lookup_xattr(NULL, root, path, btrfs_ino(BTRFS_I(inode)), in btrfs_getxattr()
83 struct btrfs_root *root = BTRFS_I(inode)->root; in btrfs_setxattr()
101 btrfs_ino(BTRFS_I(inode)), name, name_len, -1); in btrfs_setxattr()
121 btrfs_ino(BTRFS_I(inode)), name, name_len, 0); in btrfs_setxattr()
132 ret = btrfs_insert_xattr_item(trans, root, path, btrfs_ino(BTRFS_I(inode)), in btrfs_setxattr()
218 &BTRFS_I(inode)->runtime_flags); in btrfs_setxattr()
219 clear_bit(BTRFS_INODE_NO_XATTRS, &BTRFS_I(inode)->runtime_flags); in btrfs_setxattr()
230 struct btrfs_root *root = BTRFS_I(inode)->root; in btrfs_setxattr_trans()
278 struct btrfs_root *root = BTRFS_I(inode)->root; in btrfs_listxattr()
288 key.objectid = btrfs_ino(BTRFS_I(inode)); in btrfs_listxattr()
393 if (btrfs_root_readonly(BTRFS_I(inode)->root)) in btrfs_xattr_handler_set()
407 struct btrfs_root *root = BTRFS_I(inode)->root; in btrfs_xattr_handler_set_prop()