Lines Matching refs:BTRFS_I
143 set_bit(BTRFS_INODE_HAS_PROPS, &BTRFS_I(inode)->runtime_flags); in __btrfs_set_prop()
274 struct btrfs_root *root = BTRFS_I(inode)->root; in inode_prop_iterator()
284 set_bit(BTRFS_INODE_HAS_PROPS, &BTRFS_I(inode)->runtime_flags); in inode_prop_iterator()
289 struct btrfs_root *root = BTRFS_I(inode)->root; in btrfs_load_inode_props()
302 struct btrfs_root *root = BTRFS_I(inode)->root; in inherit_props()
307 &BTRFS_I(parent)->runtime_flags)) in inherit_props()
395 BTRFS_I(inode)->flags |= BTRFS_INODE_NOCOMPRESS; in prop_compression_apply()
396 BTRFS_I(inode)->flags &= ~BTRFS_INODE_COMPRESS; in prop_compression_apply()
397 BTRFS_I(inode)->force_compress = BTRFS_COMPRESS_NONE; in prop_compression_apply()
409 BTRFS_I(inode)->flags &= ~BTRFS_INODE_NOCOMPRESS; in prop_compression_apply()
410 BTRFS_I(inode)->flags |= BTRFS_INODE_COMPRESS; in prop_compression_apply()
411 BTRFS_I(inode)->force_compress = type; in prop_compression_apply()
418 switch (BTRFS_I(inode)->force_compress) { in prop_compression_extract()