Home
last modified time | relevance | path

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

/linux-3.4.99/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.c493 if (!(head.lh_flags & GFS2_LOG_HEAD_UNMOUNT)) in trans_go_xmote_bh()
Dsuper.c387 if (!(head.lh_flags & GFS2_LOG_HEAD_UNMOUNT)) { in gfs2_make_fs_rw()
637 if (!(lh.lh_flags & GFS2_LOG_HEAD_UNMOUNT)) { in gfs2_lock_fs_check_clean()
Dlog.c608 lh->lh_flags = cpu_to_be32(flags); in log_write_header()
/linux-3.4.99/include/linux/
Dgfs2_ondisk.h372 __be32 lh_flags; /* GFS2_LOG_HEAD_... */ member