Searched refs:btrfs_defrag_file (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | defrag.h | 6 int btrfs_defrag_file(struct inode *inode, struct file_ra_state *ra,
|
H A D | defrag.c | 279 ret = btrfs_defrag_file(inode, NULL, &range, defrag->transid, in __btrfs_run_defrag_inode() 1222 int btrfs_defrag_file(struct inode *inode, struct file_ra_state *ra, in btrfs_defrag_file() function
|
H A D | ioctl.c | 2627 ret = btrfs_defrag_file(file_inode(file), &file->f_ra, in btrfs_ioctl_defrag()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | ioctl.c | 1394 * space. At btrfs_defrag_file(), we check if a range should be defragged in cluster_pages_for_defrag() 1471 int btrfs_defrag_file(struct inode *inode, struct file *file, in btrfs_defrag_file() function 3209 ret = btrfs_defrag_file(file_inode(file), file, in btrfs_ioctl_defrag()
|
H A D | file.c | 303 num_defrag = btrfs_defrag_file(inode, NULL, &range, defrag->transid, in __btrfs_run_defrag_inode()
|
H A D | ctree.h | 3080 int btrfs_defrag_file(struct inode *inode, struct file *file,
|
Completed in 25 milliseconds