Home
last modified time | relevance | path

Searched refs:F2FS_GOING_DOWN_NEED_FSCK (Results 1 – 3 of 3) sorted by last modified time

/linux/fs/f2fs/
H A Dfile.c2268 case F2FS_GOING_DOWN_NEED_FSCK: in f2fs_ioc_shutdown()
/linux/include/trace/events/
H A Df2fs.h150 { F2FS_GOING_DOWN_NEED_FSCK, "need fsck" })
/linux/include/uapi/linux/
H A Df2fs.h56 #define F2FS_GOING_DOWN_NEED_FSCK 0x4 /* going down to trigger fsck */ macro