Home
last modified time | relevance | path

Searched refs:defrag_compress (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/btrfs/
H A Dbtrfs_inode.h212 unsigned defrag_compress; member
H A Dioctl.c1613 BTRFS_I(inode)->defrag_compress = compress_type; in btrfs_defrag_file()
1672 BTRFS_I(inode)->defrag_compress = BTRFS_COMPRESS_NONE; in btrfs_defrag_file()
H A 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()
8704 ei->defrag_compress = BTRFS_COMPRESS_NONE; in btrfs_alloc_inode()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dbtrfs_inode.h244 unsigned defrag_compress; member
H A 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()
H A 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()
8506 ei->defrag_compress = BTRFS_COMPRESS_NONE; in btrfs_alloc_inode()

Completed in 37 milliseconds