Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Df2fs.h65 struct f2fs_gc_range { struct
66 __u32 sync;
67 __u64 start;
68 __u64 len;
/openbmc/linux/fs/f2fs/
H A Dgc.c1994 int f2fs_gc_range(struct f2fs_sb_info *sbi, in f2fs_gc_range() function