Home
last modified time | relevance | path

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

/Linux-v5.10/fs/f2fs/
Dfile.c2218 if (in != F2FS_GOING_DOWN_FULLSYNC) { in f2fs_ioc_shutdown()
2232 case F2FS_GOING_DOWN_FULLSYNC: in f2fs_ioc_shutdown()
2281 if (in != F2FS_GOING_DOWN_FULLSYNC) in f2fs_ioc_shutdown()
Df2fs.h442 #define F2FS_GOING_DOWN_FULLSYNC 0x0 /* going down with full sync */ macro
/Linux-v5.10/include/trace/events/
Df2fs.h151 { F2FS_GOING_DOWN_FULLSYNC, "full sync" }, \