Home
last modified time | relevance | path

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

/Linux-v6.6/fs/btrfs/
Dbtrfs_inode.h244 unsigned defrag_compress; member
Ddefrag.c1312 BTRFS_I(inode)->defrag_compress = compress_type; in btrfs_defrag_file()
1358 BTRFS_I(inode)->defrag_compress = BTRFS_COMPRESS_NONE; in btrfs_defrag_file()
Dinode.c795 if (inode->defrag_compress) in inode_need_compress()
933 if (inode->defrag_compress) in compress_file_range()
934 compress_type = inode->defrag_compress; in compress_file_range()
8480 ei->defrag_compress = BTRFS_COMPRESS_NONE; in btrfs_alloc_inode()