Home
last modified time | relevance | path

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

/fs/btrfs/
Dtransaction.h96 int btrfs_defrag_root(struct btrfs_root *root, int cacheonly);
Dioctl.c654 btrfs_defrag_root(root, 0); in btrfs_ioctl_defrag()
655 btrfs_defrag_root(root->fs_info->extent_root, 0); in btrfs_ioctl_defrag()
Dtransaction.c608 int btrfs_defrag_root(struct btrfs_root *root, int cacheonly) in btrfs_defrag_root() function