Lines Matching refs:BTRFS_I
145 set_bit(BTRFS_INODE_HAS_PROPS, &BTRFS_I(inode)->runtime_flags); in __btrfs_set_prop()
276 struct btrfs_root *root = BTRFS_I(inode)->root; in inode_prop_iterator()
286 set_bit(BTRFS_INODE_HAS_PROPS, &BTRFS_I(inode)->runtime_flags); in inode_prop_iterator()
291 struct btrfs_root *root = BTRFS_I(inode)->root; in btrfs_load_inode_props()
305 struct btrfs_root *root = BTRFS_I(inode)->root; in inherit_props()
309 &BTRFS_I(parent)->runtime_flags)) in inherit_props()
396 BTRFS_I(inode)->flags |= BTRFS_INODE_NOCOMPRESS; in prop_compression_apply()
397 BTRFS_I(inode)->flags &= ~BTRFS_INODE_COMPRESS; in prop_compression_apply()
398 BTRFS_I(inode)->force_compress = BTRFS_COMPRESS_NONE; in prop_compression_apply()
410 BTRFS_I(inode)->flags &= ~BTRFS_INODE_NOCOMPRESS; in prop_compression_apply()
411 BTRFS_I(inode)->flags |= BTRFS_INODE_COMPRESS; in prop_compression_apply()
412 BTRFS_I(inode)->force_compress = type; in prop_compression_apply()
419 switch (BTRFS_I(inode)->force_compress) { in prop_compression_extract()