Searched refs:defrag_bytes (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/fs/btrfs/
H A Dbtrfs_inode.h142 u64 defrag_bytes; member in struct:btrfs_inode
H A Dinode.c1513 * @defrag_bytes is a hint value, no spinlock held here, need_force_cow()
1517 if (BTRFS_I(inode)->defrag_bytes && need_force_cow()
1729 BTRFS_I(inode)->defrag_bytes += len; btrfs_set_bit_hook()
1750 BTRFS_I(inode)->defrag_bytes -= len; btrfs_clear_bit_hook()
9044 ei->defrag_bytes = 0; btrfs_alloc_inode()
9106 WARN_ON(BTRFS_I(inode)->defrag_bytes); btrfs_destroy_inode()

Completed in 110 milliseconds