Home
last modified time | relevance | path

Searched refs:f2fs_gc_range (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/include/uapi/linux/
Df2fs.h26 struct f2fs_gc_range)
64 struct f2fs_gc_range { struct
/linux-6.1.9/fs/f2fs/
Dfile.c2454 static int __f2fs_ioc_gc_range(struct file *filp, struct f2fs_gc_range *range) in __f2fs_ioc_gc_range()
2507 struct f2fs_gc_range range; in f2fs_ioc_gc_range()
2509 if (copy_from_user(&range, (struct f2fs_gc_range __user *)arg, in f2fs_ioc_gc_range()
4757 struct f2fs_gc_range range; in f2fs_compat_ioc_gc_range()