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

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_cprotect.c441 int took_truncate_lock = 0; local
462 took_truncate_lock = 1;
488 if (took_truncate_lock) {
509 int took_truncate_lock = 0; local
544 took_truncate_lock = 1;
638 if (took_truncate_lock) {
651 int took_truncate_lock = 0; local
677 took_truncate_lock = 1;
729 if (took_truncate_lock) {
1684 int took_truncate_lock local
[all...]
H A Dhfs_readwrite.c127 int took_truncate_lock = 0; local
204 took_truncate_lock = 1;
257 if (took_truncate_lock) {
296 int took_truncate_lock = 0; local
375 * Note: If took_truncate_lock is true, then we previously got the lock shared
379 if (ioflag & IO_APPEND || took_truncate_lock) {
385 took_truncate_lock = 1;
422 * lock, and will need to take the truncate lock again; the took_truncate_lock
434 * Note: we do not set took_truncate_lock=0 here. Leaving it
464 * cnode lock and try again. Since took_truncate_lock i
[all...]
H A Dhfs_vfsops.c5946 int took_truncate_lock = false; local
6023 took_truncate_lock = true;
6203 if (took_truncate_lock) {

Completed in 47 milliseconds