Searched refs:F2FS_IOC_SHUTDOWN (Results 1 – 2 of 2) sorted by relevance
/external/f2fs-tools/tools/f2fs_io/ | ||
D | f2fs_io.h | 81 #define F2FS_IOC_SHUTDOWN _IOR('X', 125, __u32) /* Shutdown */ macro |
D | f2fs_io.c | 83 ret = ioctl(fd, F2FS_IOC_SHUTDOWN, &flag); in do_shutdown() |