Searched refs:DFL_FIRST_MOUNT (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/gfs2/
H A Dlock_dlm.c638 test_bit(DFL_FIRST_MOUNT, &ls->ls_recover_flags)) {
917 set_bit(DFL_FIRST_MOUNT, &ls->ls_recover_flags);
1006 !test_bit(DFL_FIRST_MOUNT, &ls->ls_recover_flags)) {
1031 clear_bit(DFL_FIRST_MOUNT, &ls->ls_recover_flags);
1134 test_bit(DFL_FIRST_MOUNT, &ls->ls_recover_flags)) {
1224 if (test_bit(DFL_FIRST_MOUNT, &ls->ls_recover_flags)) {
1339 ls->ls_first = !!test_bit(DFL_FIRST_MOUNT, &ls->ls_recover_flags);
H A Dincore.h174 * DFL_FIRST_MOUNT: this node is the first to mount this fs and is doing
194 DFL_FIRST_MOUNT = 2, enumerator in enum:__anon120

Completed in 203 milliseconds