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

/freebsd-12-stable/sys/fs/nullfs/
H A Dnull_vnops.c725 int mtxlkflag = 0; local
731 mtxlkflag = 1;
734 mtxlkflag = 2;
744 if (mtxlkflag == 0)
747 if (mtxlkflag == 2)
/freebsd-12-stable/sys/fs/unionfs/
H A Dunion_vnops.c1981 int mtxlkflag; local
1991 mtxlkflag = 0;
1997 mtxlkflag = 1;
2000 mtxlkflag = 2;
2041 if (mtxlkflag == 0)
2047 if (mtxlkflag == 2)

Completed in 64 milliseconds