Home
last modified time | relevance | path

Searched refs:defrag_compress (Results 1 – 3 of 3) sorted by relevance

/linux/fs/btrfs/
H A Dbtrfs_inode.h147 u8 defrag_compress; member
H A Ddefrag.c1434 BTRFS_I(inode)->defrag_compress = compress_type; in btrfs_defrag_file()
1478 BTRFS_I(inode)->defrag_compress = BTRFS_COMPRESS_NONE; in btrfs_defrag_file()
H A Dinode.c853 if (inode->defrag_compress) in inode_need_compress()
1010 if (inode->defrag_compress) in compress_file_range()
1011 compress_type = inode->defrag_compress; in compress_file_range()
7688 ei->defrag_compress = BTRFS_COMPRESS_NONE; in btrfs_alloc_inode()