Lines Matching refs:BTRFS_I
131 set_bit(BTRFS_INODE_HAS_PROPS, &BTRFS_I(inode)->runtime_flags); in __btrfs_set_prop()
262 struct btrfs_root *root = BTRFS_I(inode)->root; in inode_prop_iterator()
269 handler->xattr_name, btrfs_ino(BTRFS_I(inode)), in inode_prop_iterator()
272 set_bit(BTRFS_INODE_HAS_PROPS, &BTRFS_I(inode)->runtime_flags); in inode_prop_iterator()
277 struct btrfs_root *root = BTRFS_I(inode)->root; in btrfs_load_inode_props()
278 u64 ino = btrfs_ino(BTRFS_I(inode)); in btrfs_load_inode_props()
290 struct btrfs_root *root = BTRFS_I(inode)->root; in inherit_props()
296 &BTRFS_I(parent)->runtime_flags)) in inherit_props()
383 BTRFS_I(inode)->flags |= BTRFS_INODE_NOCOMPRESS; in prop_compression_apply()
384 BTRFS_I(inode)->flags &= ~BTRFS_INODE_COMPRESS; in prop_compression_apply()
385 BTRFS_I(inode)->prop_compress = BTRFS_COMPRESS_NONE; in prop_compression_apply()
402 BTRFS_I(inode)->flags &= ~BTRFS_INODE_NOCOMPRESS; in prop_compression_apply()
403 BTRFS_I(inode)->flags |= BTRFS_INODE_COMPRESS; in prop_compression_apply()
404 BTRFS_I(inode)->prop_compress = type; in prop_compression_apply()
411 switch (BTRFS_I(inode)->prop_compress) { in prop_compression_extract()
415 return btrfs_compress_type2str(BTRFS_I(inode)->prop_compress); in prop_compression_extract()