Lines Matching refs:BTRFS_I
139 set_bit(BTRFS_INODE_HAS_PROPS, &BTRFS_I(inode)->runtime_flags); in btrfs_set_prop()
261 struct btrfs_root *root = BTRFS_I(inode)->root; in inode_prop_iterator()
268 handler->xattr_name, btrfs_ino(BTRFS_I(inode)), in inode_prop_iterator()
271 set_bit(BTRFS_INODE_HAS_PROPS, &BTRFS_I(inode)->runtime_flags); in inode_prop_iterator()
276 struct btrfs_root *root = BTRFS_I(inode)->root; in btrfs_load_inode_props()
277 u64 ino = btrfs_ino(BTRFS_I(inode)); in btrfs_load_inode_props()
309 BTRFS_I(inode)->flags &= ~BTRFS_INODE_COMPRESS; in prop_compression_apply()
310 BTRFS_I(inode)->flags &= ~BTRFS_INODE_NOCOMPRESS; in prop_compression_apply()
311 BTRFS_I(inode)->prop_compress = BTRFS_COMPRESS_NONE; in prop_compression_apply()
318 BTRFS_I(inode)->flags |= BTRFS_INODE_NOCOMPRESS; in prop_compression_apply()
319 BTRFS_I(inode)->flags &= ~BTRFS_INODE_COMPRESS; in prop_compression_apply()
320 BTRFS_I(inode)->prop_compress = BTRFS_COMPRESS_NONE; in prop_compression_apply()
337 BTRFS_I(inode)->flags &= ~BTRFS_INODE_NOCOMPRESS; in prop_compression_apply()
338 BTRFS_I(inode)->flags |= BTRFS_INODE_COMPRESS; in prop_compression_apply()
339 BTRFS_I(inode)->prop_compress = type; in prop_compression_apply()
362 switch (BTRFS_I(inode)->prop_compress) { in prop_compression_extract()
366 return btrfs_compress_type2str(BTRFS_I(inode)->prop_compress); in prop_compression_extract()
388 struct btrfs_root *root = BTRFS_I(inode)->root; in btrfs_inode_inherit_props()
395 &BTRFS_I(parent)->runtime_flags)) in btrfs_inode_inherit_props()
406 if (h->ignore(BTRFS_I(inode))) in btrfs_inode_inherit_props()
417 ret = h->validate(BTRFS_I(inode), value, strlen(value)); in btrfs_inode_inherit_props()
446 &BTRFS_I(inode)->runtime_flags); in btrfs_inode_inherit_props()