Searched refs:took_trunc_lock (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vnops.c2882 int took_trunc_lock = 0; local
2914 took_trunc_lock = 1;
2953 if (!took_trunc_lock || (cp->c_truncatelockowner == HFS_SHARED_OWNER)) {
2955 if (took_trunc_lock) {
2960 took_trunc_lock = 1;
2988 if (took_trunc_lock) {
2990 took_trunc_lock = 0;
4352 int took_trunc_lock = 0; local
4430 took_trunc_lock = 1;
4437 if (took_trunc_lock) {
[all...]
H A Dhfs_cnode.c674 int took_trunc_lock = 0; local
725 took_trunc_lock = 1;
742 if (took_trunc_lock) {
H A Dhfs_readwrite.c4934 int took_trunc_lock = 0; local
5001 took_trunc_lock = 1;
5012 if (took_trunc_lock)
5132 if (took_trunc_lock)
5158 if (took_trunc_lock)
5178 if (took_trunc_lock)

Completed in 81 milliseconds