Home
last modified time | relevance | path

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

/linux-6.1.9/fs/gfs2/
Drecovery.c141 head->lh_flags = be32_to_cpu(lh->lh_flags); in __get_log_header()
467 if (!(head.lh_flags & GFS2_LOG_HEAD_UNMOUNT)) { in gfs2_recover_func()
Dutil.c82 if (!(head.lh_flags & GFS2_LOG_HEAD_UNMOUNT)) { in check_journal_clean()
Dincore.h42 u32 lh_flags; /* GFS2_LOG_HEAD_... */ member
Dsuper.c144 if (!(head.lh_flags & GFS2_LOG_HEAD_UNMOUNT)) { in gfs2_make_fs_rw()
361 if (!(lh.lh_flags & GFS2_LOG_HEAD_UNMOUNT)) { in gfs2_lock_fs_check_clean()
Dglops.c611 if (gfs2_assert_withdraw_delayed(sdp, head.lh_flags & in freeze_go_xmote_bh()
Dlog.c848 lh->lh_flags = cpu_to_be32(flags); in gfs2_write_log_header()
/linux-6.1.9/include/uapi/linux/
Dgfs2_ondisk.h448 __be32 lh_flags; /* GFS2_LOG_HEAD_... */ member