Lines Matching refs:BTRFS_I
109 set_bit(BTRFS_INODE_HAS_PROPS, &BTRFS_I(inode)->runtime_flags); in btrfs_set_prop()
231 struct btrfs_root *root = BTRFS_I(inode)->root; in inode_prop_iterator()
238 handler->xattr_name, btrfs_ino(BTRFS_I(inode)), in inode_prop_iterator()
241 set_bit(BTRFS_INODE_HAS_PROPS, &BTRFS_I(inode)->runtime_flags); in inode_prop_iterator()
246 struct btrfs_root *root = BTRFS_I(inode)->root; in btrfs_load_inode_props()
247 u64 ino = btrfs_ino(BTRFS_I(inode)); in btrfs_load_inode_props()
273 BTRFS_I(inode)->flags |= BTRFS_INODE_NOCOMPRESS; in prop_compression_apply()
274 BTRFS_I(inode)->flags &= ~BTRFS_INODE_COMPRESS; in prop_compression_apply()
275 BTRFS_I(inode)->prop_compress = BTRFS_COMPRESS_NONE; in prop_compression_apply()
292 BTRFS_I(inode)->flags &= ~BTRFS_INODE_NOCOMPRESS; in prop_compression_apply()
293 BTRFS_I(inode)->flags |= BTRFS_INODE_COMPRESS; in prop_compression_apply()
294 BTRFS_I(inode)->prop_compress = type; in prop_compression_apply()
301 switch (BTRFS_I(inode)->prop_compress) { in prop_compression_extract()
305 return btrfs_compress_type2str(BTRFS_I(inode)->prop_compress); in prop_compression_extract()
327 struct btrfs_root *root = BTRFS_I(inode)->root; in inherit_props()
334 &BTRFS_I(parent)->runtime_flags)) in inherit_props()
381 &BTRFS_I(inode)->runtime_flags); in inherit_props()