Home
last modified time | relevance | path

Searched refs:GFS2_LOG_HEAD_UNMOUNT (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/fs/gfs2/
Drecovery.c382 GFS2_LOG_HEAD_UNMOUNT | GFS2_LOG_HEAD_RECOVERY, in clean_journal()
464 if (!(head.lh_flags & GFS2_LOG_HEAD_UNMOUNT)) { in gfs2_recover_func()
Dglops.c529 if (!(head.lh_flags & GFS2_LOG_HEAD_UNMOUNT)) in freeze_go_xmote_bh()
Dsuper.c432 if (!(head.lh_flags & GFS2_LOG_HEAD_UNMOUNT)) { in gfs2_make_fs_rw()
686 if (!(lh.lh_flags & GFS2_LOG_HEAD_UNMOUNT)) { in gfs2_lock_fs_check_clean()
Dlog.c952 log_write_header(sdp, GFS2_LOG_HEAD_UNMOUNT | GFS2_LFC_SHUTDOWN); in gfs2_log_shutdown()
Dops_fstype.c624 if (!(head.lh_flags & GFS2_LOG_HEAD_UNMOUNT)) { in check_journal_clean()
/Linux-v4.19/include/uapi/linux/
Dgfs2_ondisk.h406 #define GFS2_LOG_HEAD_UNMOUNT 0x00000001 /* log is clean */ macro