Home
last modified time | relevance | path

Searched refs:LM_FLAG_PRIORITY (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/gfs2/
Dglock.h87 #define LM_FLAG_PRIORITY 0x0010 macro
Dglock.c476 if ((gh->gh_flags & LM_FLAG_PRIORITY) == 0) in finish_xmote()
553 LM_FLAG_PRIORITY); in do_xmote()
1048 if (unlikely((gh->gh_flags & LM_FLAG_PRIORITY) && !insert_pt)) in add_to_queue()
1057 if (unlikely(gh->gh_flags & LM_FLAG_PRIORITY)) in add_to_queue()
1064 if (!(gh->gh_flags & LM_FLAG_PRIORITY)) { in add_to_queue()
1688 if (flags & LM_FLAG_PRIORITY) in hflags2str()
Drecovery.c471 LM_FLAG_NOEXP | LM_FLAG_PRIORITY, in gfs2_recover_func()
Dlock_dlm.c221 if (gfs_flags & LM_FLAG_PRIORITY) { in make_flags()