Home
last modified time | relevance | path

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

/linux/fs/btrfs/
A Dbtrfs_inode.h239 unsigned defrag_compress; member
A Dioctl.c1539 BTRFS_I(inode)->defrag_compress = compress_type; in btrfs_defrag_file()
1571 BTRFS_I(inode)->defrag_compress = BTRFS_COMPRESS_NONE; in btrfs_defrag_file()
A Dinode.c551 if (inode->defrag_compress) in inode_need_compress()
685 if (BTRFS_I(inode)->defrag_compress) in compress_file_range()
686 compress_type = BTRFS_I(inode)->defrag_compress; in compress_file_range()
9117 ei->defrag_compress = BTRFS_COMPRESS_NONE; in btrfs_alloc_inode()

Completed in 26 milliseconds