l_flags           217 fs/ocfs2/dlmfs/dlmfs.c 	if (ip->ip_lockres.l_flags & USER_LOCK_BLOCKED)
l_flags            43 fs/ocfs2/dlmfs/userdlm.c 	ret = lockres->l_flags & flag;
l_flags            89 fs/ocfs2/dlmfs/userdlm.c 	lockres->l_flags &= ~USER_LOCK_BUSY;
l_flags           134 fs/ocfs2/dlmfs/userdlm.c 			lockres->l_namelen, lockres->l_name, lockres->l_flags);
l_flags           141 fs/ocfs2/dlmfs/userdlm.c 			lockres->l_flags &= ~USER_LOCK_BLOCKED;
l_flags           147 fs/ocfs2/dlmfs/userdlm.c 	lockres->l_flags |= USER_LOCK_ATTACHED;
l_flags           148 fs/ocfs2/dlmfs/userdlm.c 	lockres->l_flags &= ~USER_LOCK_BUSY;
l_flags           167 fs/ocfs2/dlmfs/userdlm.c 	if (!(lockres->l_flags & USER_LOCK_QUEUED)) {
l_flags           173 fs/ocfs2/dlmfs/userdlm.c 		lockres->l_flags |= USER_LOCK_QUEUED;
l_flags           181 fs/ocfs2/dlmfs/userdlm.c 	if (!(lockres->l_flags & USER_LOCK_BLOCKED))
l_flags           209 fs/ocfs2/dlmfs/userdlm.c 	lockres->l_flags |= USER_LOCK_BLOCKED;
l_flags           224 fs/ocfs2/dlmfs/userdlm.c 	     lockres->l_namelen, lockres->l_name, lockres->l_flags);
l_flags           233 fs/ocfs2/dlmfs/userdlm.c 	if (lockres->l_flags & USER_LOCK_IN_TEARDOWN
l_flags           234 fs/ocfs2/dlmfs/userdlm.c 	    && !(lockres->l_flags & USER_LOCK_IN_CANCEL)) {
l_flags           240 fs/ocfs2/dlmfs/userdlm.c 		BUG_ON(!(lockres->l_flags & USER_LOCK_IN_CANCEL));
l_flags           241 fs/ocfs2/dlmfs/userdlm.c 		lockres->l_flags &= ~USER_LOCK_IN_CANCEL;
l_flags           244 fs/ocfs2/dlmfs/userdlm.c 		BUG_ON(!(lockres->l_flags & USER_LOCK_IN_CANCEL));
l_flags           249 fs/ocfs2/dlmfs/userdlm.c 		lockres->l_flags &= ~USER_LOCK_IN_CANCEL;
l_flags           252 fs/ocfs2/dlmfs/userdlm.c 		if (lockres->l_flags & USER_LOCK_BLOCKED)
l_flags           256 fs/ocfs2/dlmfs/userdlm.c 	lockres->l_flags &= ~USER_LOCK_BUSY;
l_flags           297 fs/ocfs2/dlmfs/userdlm.c 	mlog_bug_on_msg(!(lockres->l_flags & USER_LOCK_QUEUED),
l_flags           299 fs/ocfs2/dlmfs/userdlm.c 			lockres->l_namelen, lockres->l_name, lockres->l_flags);
l_flags           303 fs/ocfs2/dlmfs/userdlm.c 	lockres->l_flags &= ~USER_LOCK_QUEUED;
l_flags           310 fs/ocfs2/dlmfs/userdlm.c 	if (!(lockres->l_flags & USER_LOCK_BLOCKED)) {
l_flags           317 fs/ocfs2/dlmfs/userdlm.c 	if (lockres->l_flags & USER_LOCK_IN_TEARDOWN) {
l_flags           324 fs/ocfs2/dlmfs/userdlm.c 	if (lockres->l_flags & USER_LOCK_BUSY) {
l_flags           325 fs/ocfs2/dlmfs/userdlm.c 		if (lockres->l_flags & USER_LOCK_IN_CANCEL) {
l_flags           332 fs/ocfs2/dlmfs/userdlm.c 		lockres->l_flags |= USER_LOCK_IN_CANCEL;
l_flags           366 fs/ocfs2/dlmfs/userdlm.c 	lockres->l_flags |= USER_LOCK_BUSY;
l_flags           407 fs/ocfs2/dlmfs/userdlm.c 	BUG_ON(!(lockres->l_flags & USER_LOCK_BLOCKED));
l_flags           442 fs/ocfs2/dlmfs/userdlm.c 	if ((lockres->l_flags & USER_LOCK_BUSY) &&
l_flags           452 fs/ocfs2/dlmfs/userdlm.c 	if ((lockres->l_flags & USER_LOCK_BLOCKED) &&
l_flags           468 fs/ocfs2/dlmfs/userdlm.c 		lockres->l_flags |= USER_LOCK_BUSY;
l_flags           602 fs/ocfs2/dlmfs/userdlm.c 	if (lockres->l_flags & USER_LOCK_IN_TEARDOWN) {
l_flags           607 fs/ocfs2/dlmfs/userdlm.c 	lockres->l_flags |= USER_LOCK_IN_TEARDOWN;
l_flags           609 fs/ocfs2/dlmfs/userdlm.c 	while (lockres->l_flags & USER_LOCK_BUSY) {
l_flags           623 fs/ocfs2/dlmfs/userdlm.c 	if (!(lockres->l_flags & USER_LOCK_ATTACHED)) {
l_flags           628 fs/ocfs2/dlmfs/userdlm.c 	lockres->l_flags &= ~USER_LOCK_ATTACHED;
l_flags           629 fs/ocfs2/dlmfs/userdlm.c 	lockres->l_flags |= USER_LOCK_BUSY;
l_flags            38 fs/ocfs2/dlmfs/userdlm.h 	int                      l_flags;
l_flags           527 fs/ocfs2/dlmglue.c 	res->l_flags         = OCFS2_LOCK_INITIALIZED;
l_flags           736 fs/ocfs2/dlmglue.c 	lockres->l_flags |= OCFS2_LOCK_NOCACHE;
l_flags           763 fs/ocfs2/dlmglue.c 	if (!(res->l_flags & OCFS2_LOCK_INITIALIZED))
l_flags           787 fs/ocfs2/dlmglue.c 	res->l_flags = 0UL;
l_flags           890 fs/ocfs2/dlmglue.c 	lockres->l_flags = newflags;
l_flags           893 fs/ocfs2/dlmglue.c 		if ((lockres->l_flags & mw->mw_mask) != mw->mw_goal)
l_flags           904 fs/ocfs2/dlmglue.c 	lockres_set_flags(lockres, lockres->l_flags | or);
l_flags           909 fs/ocfs2/dlmglue.c 	lockres_set_flags(lockres, lockres->l_flags & ~clear);
l_flags           914 fs/ocfs2/dlmglue.c 	BUG_ON(!(lockres->l_flags & OCFS2_LOCK_BUSY));
l_flags           915 fs/ocfs2/dlmglue.c 	BUG_ON(!(lockres->l_flags & OCFS2_LOCK_ATTACHED));
l_flags           916 fs/ocfs2/dlmglue.c 	BUG_ON(!(lockres->l_flags & OCFS2_LOCK_BLOCKED));
l_flags           930 fs/ocfs2/dlmglue.c 	BUG_ON(!(lockres->l_flags & OCFS2_LOCK_BUSY));
l_flags           931 fs/ocfs2/dlmglue.c 	BUG_ON(!(lockres->l_flags & OCFS2_LOCK_ATTACHED));
l_flags           950 fs/ocfs2/dlmglue.c 	if (!(lockres->l_flags & OCFS2_LOCK_NONBLOCK_FINISHED))
l_flags           960 fs/ocfs2/dlmglue.c 	BUG_ON((!(lockres->l_flags & OCFS2_LOCK_BUSY)));
l_flags           961 fs/ocfs2/dlmglue.c 	BUG_ON(lockres->l_flags & OCFS2_LOCK_ATTACHED);
l_flags           964 fs/ocfs2/dlmglue.c 	    !(lockres->l_flags & OCFS2_LOCK_LOCAL) &&
l_flags          1071 fs/ocfs2/dlmglue.c 	if (!(lockres->l_flags & OCFS2_LOCK_PENDING) ||
l_flags          1082 fs/ocfs2/dlmglue.c 	if (lockres->l_flags & OCFS2_LOCK_BLOCKED)
l_flags          1101 fs/ocfs2/dlmglue.c 	BUG_ON(!(lockres->l_flags & OCFS2_LOCK_BUSY));
l_flags          1125 fs/ocfs2/dlmglue.c 	if (lockres->l_flags & OCFS2_LOCK_NOCACHE)
l_flags          1180 fs/ocfs2/dlmglue.c 		     lockres->l_name, lockres->l_action, lockres->l_flags,
l_flags          1228 fs/ocfs2/dlmglue.c 		if (lockres->l_flags & OCFS2_LOCK_BLOCKED)
l_flags          1316 fs/ocfs2/dlmglue.c 	if ((lockres->l_flags & OCFS2_LOCK_ATTACHED) ||
l_flags          1317 fs/ocfs2/dlmglue.c 	    (lockres->l_flags & OCFS2_LOCK_BUSY)) {
l_flags          1353 fs/ocfs2/dlmglue.c 	ret = lockres->l_flags & flag;
l_flags          1379 fs/ocfs2/dlmglue.c 	BUG_ON(!(lockres->l_flags & OCFS2_LOCK_BLOCKED));
l_flags          1423 fs/ocfs2/dlmglue.c 		if ((lockres->l_flags & mw->mw_mask) != mw->mw_goal)
l_flags          1480 fs/ocfs2/dlmglue.c 	if (!(lockres->l_flags & OCFS2_LOCK_INITIALIZED)) {
l_flags          1500 fs/ocfs2/dlmglue.c 	mlog_bug_on_msg(lockres->l_flags & OCFS2_LOCK_FREEING,
l_flags          1502 fs/ocfs2/dlmglue.c 			"0x%lx\n", lockres->l_name, lockres->l_flags);
l_flags          1507 fs/ocfs2/dlmglue.c 	if (lockres->l_flags & OCFS2_LOCK_BUSY &&
l_flags          1516 fs/ocfs2/dlmglue.c 	if (lockres->l_flags & OCFS2_LOCK_UPCONVERT_FINISHING) {
l_flags          1535 fs/ocfs2/dlmglue.c 	if (lockres->l_flags & OCFS2_LOCK_BLOCKED &&
l_flags          1556 fs/ocfs2/dlmglue.c 		if (!(lockres->l_flags & OCFS2_LOCK_ATTACHED)) {
l_flags          1614 fs/ocfs2/dlmglue.c 	kick_dc = (lockres->l_flags & OCFS2_LOCK_BLOCKED);
l_flags          1704 fs/ocfs2/dlmglue.c 	BUG_ON(lockres->l_flags & OCFS2_LOCK_ATTACHED);
l_flags          1912 fs/ocfs2/dlmglue.c 	if (lockres->l_flags & OCFS2_LOCK_BUSY) {
l_flags          1939 fs/ocfs2/dlmglue.c 	     lockres->l_flags, lockres->l_level, lockres->l_action);
l_flags          1980 fs/ocfs2/dlmglue.c 	if ((lockres->l_flags & OCFS2_LOCK_BUSY) ||
l_flags          1984 fs/ocfs2/dlmglue.c 		     "level: %u\n", lockres->l_name, lockres->l_flags,
l_flags          1990 fs/ocfs2/dlmglue.c 	if (!(lockres->l_flags & OCFS2_LOCK_ATTACHED)) {
l_flags          2076 fs/ocfs2/dlmglue.c 	if (!(lockres->l_flags & OCFS2_LOCK_ATTACHED))
l_flags          2083 fs/ocfs2/dlmglue.c 	     lockres->l_name, lockres->l_flags, lockres->l_level,
l_flags          2116 fs/ocfs2/dlmglue.c 	if (lockres->l_flags & OCFS2_LOCK_BLOCKED) {
l_flags          2265 fs/ocfs2/dlmglue.c 	if (!(lockres->l_flags & OCFS2_LOCK_NEEDS_REFRESH)) {
l_flags          2270 fs/ocfs2/dlmglue.c 	if (lockres->l_flags & OCFS2_LOCK_REFRESHING) {
l_flags          3158 fs/ocfs2/dlmglue.c 		   lockres->l_flags,
l_flags          3392 fs/ocfs2/dlmglue.c 	if (!(lockres->l_flags & OCFS2_LOCK_INITIALIZED))
l_flags          3400 fs/ocfs2/dlmglue.c 	mlog_bug_on_msg(!(lockres->l_flags & OCFS2_LOCK_FREEING),
l_flags          3402 fs/ocfs2/dlmglue.c 			lockres->l_name, lockres->l_flags);
l_flags          3404 fs/ocfs2/dlmglue.c 	while (lockres->l_flags & OCFS2_LOCK_BUSY) {
l_flags          3407 fs/ocfs2/dlmglue.c 		     lockres->l_name, lockres->l_flags, lockres->l_action,
l_flags          3421 fs/ocfs2/dlmglue.c 		if (lockres->l_flags & OCFS2_LOCK_ATTACHED &&
l_flags          3423 fs/ocfs2/dlmglue.c 		    !(lockres->l_flags & OCFS2_LOCK_NEEDS_REFRESH))
l_flags          3427 fs/ocfs2/dlmglue.c 	if (lockres->l_flags & OCFS2_LOCK_BUSY)
l_flags          3430 fs/ocfs2/dlmglue.c 	if (lockres->l_flags & OCFS2_LOCK_BLOCKED)
l_flags          3433 fs/ocfs2/dlmglue.c 	if (!(lockres->l_flags & OCFS2_LOCK_ATTACHED)) {
l_flags          3454 fs/ocfs2/dlmglue.c 		mlog(ML_ERROR, "lockres flags: %lu\n", lockres->l_flags);
l_flags          3485 fs/ocfs2/dlmglue.c 	lockres->l_flags |= OCFS2_LOCK_FREEING;
l_flags          3486 fs/ocfs2/dlmglue.c 	if (lockres->l_flags & OCFS2_LOCK_QUEUED && current == osb->dc_task) {
l_flags          3520 fs/ocfs2/dlmglue.c 	while (lockres->l_flags & OCFS2_LOCK_QUEUED) {
l_flags          3598 fs/ocfs2/dlmglue.c 		     lockres->l_flags, lockres->l_ro_holders,
l_flags          3678 fs/ocfs2/dlmglue.c 	mlog_bug_on_msg(!(lockres->l_flags & OCFS2_LOCK_BUSY),
l_flags          3680 fs/ocfs2/dlmglue.c 			lockres->l_name, lockres->l_flags);
l_flags          3722 fs/ocfs2/dlmglue.c 	if (!(lockres->l_flags & OCFS2_LOCK_BLOCKED)) {
l_flags          3729 fs/ocfs2/dlmglue.c 	if (lockres->l_flags & OCFS2_LOCK_BUSY) {
l_flags          3753 fs/ocfs2/dlmglue.c 		if (lockres->l_flags & OCFS2_LOCK_PENDING) {
l_flags          3779 fs/ocfs2/dlmglue.c 	if (lockres->l_flags & OCFS2_LOCK_UPCONVERT_FINISHING)
l_flags          3820 fs/ocfs2/dlmglue.c 	    && (lockres->l_flags & OCFS2_LOCK_REFRESHING)) {
l_flags          3880 fs/ocfs2/dlmglue.c 		if (set_lvb && !(lockres->l_flags & OCFS2_LOCK_NEEDS_REFRESH))
l_flags          4051 fs/ocfs2/dlmglue.c 	if (!(lockres->l_flags & OCFS2_LOCK_FREEING)
l_flags          4284 fs/ocfs2/dlmglue.c 	if (lockres->l_flags & OCFS2_LOCK_FREEING)
l_flags          4294 fs/ocfs2/dlmglue.c 	if (lockres->l_flags & OCFS2_LOCK_FREEING || !ctl.requeue) {
l_flags          4315 fs/ocfs2/dlmglue.c 	if (lockres->l_flags & OCFS2_LOCK_FREEING) {
l_flags          4320 fs/ocfs2/dlmglue.c 		     lockres->l_name, lockres->l_flags);
l_flags            38 fs/ocfs2/locks.c 	if (lockres->l_flags & OCFS2_LOCK_ATTACHED &&
l_flags           166 fs/ocfs2/ocfs2.h 	unsigned long		 l_flags;
l_flags           321 fs/xfs/xfs_log.c 	ASSERT(!(log->l_flags & XLOG_ACTIVE_RECOVERY));
l_flags           698 fs/xfs/xfs_log.c 	mp->m_log->l_flags &= ~XLOG_ACTIVE_RECOVERY;
l_flags           733 fs/xfs/xfs_log.c 	bool	recovered = mp->m_log->l_flags & XLOG_RECOVERY_NEEDED;
l_flags          1058 fs/xfs/xfs_log.c 		ASSERT(!(log->l_flags & XLOG_ACTIVE_RECOVERY));
l_flags          1067 fs/xfs/xfs_log.c 		ASSERT(!(log->l_flags & XLOG_ACTIVE_RECOVERY));
l_flags          1379 fs/xfs/xfs_log.c 	log->l_flags	   |= XLOG_ACTIVE_RECOVERY;
l_flags          3745 fs/xfs/xfs_log.c 		    !(log->l_flags & XLOG_TAIL_WARN)) {
l_flags          3748 fs/xfs/xfs_log.c 			log->l_flags |= XLOG_TAIL_WARN;
l_flags          3752 fs/xfs/xfs_log.c 		    !(log->l_flags & XLOG_TAIL_WARN)) {
l_flags          3755 fs/xfs/xfs_log.c 			log->l_flags |= XLOG_TAIL_WARN;
l_flags          3949 fs/xfs/xfs_log.c 	    log->l_flags & XLOG_ACTIVE_RECOVERY) {
l_flags          3988 fs/xfs/xfs_log.c 	log->l_flags |= XLOG_IO_ERROR;
l_flags          4097 fs/xfs/xfs_log.c 	return log->l_flags & XLOG_ACTIVE_RECOVERY;
l_flags           358 fs/xfs/xfs_log_priv.h 	uint			l_flags;
l_flags           412 fs/xfs/xfs_log_priv.h #define XLOG_FORCED_SHUTDOWN(log)	((log)->l_flags & XLOG_IO_ERROR)
l_flags          5654 fs/xfs/xfs_log_recover.c 	log->l_flags &= ~XLOG_ACTIVE_RECOVERY;
l_flags          5738 fs/xfs/xfs_log_recover.c 		log->l_flags |= XLOG_RECOVERY_NEEDED;
l_flags          5764 fs/xfs/xfs_log_recover.c 	if (log->l_flags & XLOG_RECOVERY_NEEDED) {
l_flags          5787 fs/xfs/xfs_log_recover.c 		log->l_flags &= ~XLOG_RECOVERY_NEEDED;
l_flags          5798 fs/xfs/xfs_log_recover.c 	if (log->l_flags & XLOG_RECOVERY_NEEDED)
l_flags          1034 fs/xfs/xfs_super.c 		ASSERT(ip->i_mount->m_log->l_flags & XLOG_RECOVERY_NEEDED);