Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/btrfs/
Dbtrfs_inode.h212 unsigned defrag_compress; member
Dioctl.c1610 BTRFS_I(inode)->defrag_compress = compress_type; in btrfs_defrag_file()
1669 BTRFS_I(inode)->defrag_compress = BTRFS_COMPRESS_NONE; in btrfs_defrag_file()
Dinode.c436 if (inode->defrag_compress) in inode_need_compress()
559 if (BTRFS_I(inode)->defrag_compress) in compress_file_range()
560 compress_type = BTRFS_I(inode)->defrag_compress; in compress_file_range()
8707 ei->defrag_compress = BTRFS_COMPRESS_NONE; in btrfs_alloc_inode()