Home
last modified time | relevance | path

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

/linux-4.4.14/fs/gfs2/
Drecovery.c418 lh->lh_flags = cpu_to_be32(GFS2_LOG_HEAD_UNMOUNT); in clean_journal()
505 if (!(head.lh_flags & GFS2_LOG_HEAD_UNMOUNT)) { in gfs2_recover_func()
Dglops.c517 if (!(head.lh_flags & GFS2_LOG_HEAD_UNMOUNT)) in freeze_go_xmote_bh()
Dsuper.c422 if (!(head.lh_flags & GFS2_LOG_HEAD_UNMOUNT)) { in gfs2_make_fs_rw()
677 if (!(lh.lh_flags & GFS2_LOG_HEAD_UNMOUNT)) { in gfs2_lock_fs_check_clean()
Dlog.c880 log_write_header(sdp, GFS2_LOG_HEAD_UNMOUNT); in gfs2_log_shutdown()
Dops_fstype.c637 if (!(head.lh_flags & GFS2_LOG_HEAD_UNMOUNT)) { in check_journal_clean()
/linux-4.4.14/include/uapi/linux/
Dgfs2_ondisk.h393 #define GFS2_LOG_HEAD_UNMOUNT 0x00000001 /* log is clean */ macro