Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/filesystems/
Df2fs.txt831 However, once F2FS receives ioctl(fd, F2FS_IOC_SET_PIN_FILE) in prior to
835 2. ioctl(fd, F2FS_IOC_SET_PIN_FILE)
/Linux-v5.4/fs/f2fs/
Dfile.c3298 case F2FS_IOC_SET_PIN_FILE: in f2fs_ioctl()
3424 case F2FS_IOC_SET_PIN_FILE: in f2fs_compat_ioctl()
Df2fs.h417 #define F2FS_IOC_SET_PIN_FILE _IOW(F2FS_IOCTL_MAGIC, 13, __u32) macro