Home
last modified time | relevance | path

Searched refs:delalloc_bytes (Results 1 – 5 of 5) sorted by relevance

/fs/btrfs/
Dbtrfs_inode.h98 u64 delalloc_bytes; member
Dinode.c1167 BTRFS_I(inode)->delalloc_bytes += end - start + 1; in btrfs_set_bit_hook()
1168 root->fs_info->delalloc_bytes += end - start + 1; in btrfs_set_bit_hook()
1193 if (end - start + 1 > root->fs_info->delalloc_bytes) { in btrfs_clear_bit_hook()
1198 root->fs_info->delalloc_bytes); in btrfs_clear_bit_hook()
1200 root->fs_info->delalloc_bytes = 0; in btrfs_clear_bit_hook()
1201 BTRFS_I(inode)->delalloc_bytes = 0; in btrfs_clear_bit_hook()
1205 root->fs_info->delalloc_bytes -= end - start + 1; in btrfs_clear_bit_hook()
1206 BTRFS_I(inode)->delalloc_bytes -= end - start + 1; in btrfs_clear_bit_hook()
1208 if (BTRFS_I(inode)->delalloc_bytes == 0 && in btrfs_clear_bit_hook()
2982 bi->delalloc_bytes = 0; in init_btrfs_i()
[all …]
Ddisk-io.c2273 if (fs_info->delalloc_bytes) { in close_ctree()
2275 fs_info->delalloc_bytes); in close_ctree()
Dioctl.c821 if (BTRFS_I(src)->delalloc_bytes == 0 && !ordered) in btrfs_ioctl_clone()
Dctree.h797 u64 delalloc_bytes; member