Home
last modified time | relevance | path

Searched refs:lh_flags (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/fs/gfs2/
Drecovery.c129 lh->lh_flags = be32_to_cpu(str->lh_flags); in gfs2_log_header_in()
418 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()
Dincore.h43 u32 lh_flags; /* GFS2_LOG_HEAD_... */ member
Dglops.c507 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.c676 lh->lh_flags = cpu_to_be32(flags); in log_write_header()
Dops_fstype.c637 if (!(head.lh_flags & GFS2_LOG_HEAD_UNMOUNT)) { in check_journal_clean()
/linux-4.1.27/include/uapi/linux/
Dgfs2_ondisk.h399 __be32 lh_flags; /* GFS2_LOG_HEAD_... */ member