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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_cprotect.c403 int took_truncate_lock = 0; local
424 took_truncate_lock = 1;
457 if (took_truncate_lock) {
478 int took_truncate_lock = 0; local
517 took_truncate_lock = 1;
567 if (took_truncate_lock) {
580 int took_truncate_lock = 0; local
602 took_truncate_lock = 1;
656 if (took_truncate_lock) {
1541 int took_truncate_lock local
[all...]
H A Dhfs_readwrite.c123 int took_truncate_lock = 0; local
200 took_truncate_lock = 1;
253 if (took_truncate_lock) {
292 int took_truncate_lock = 0; local
371 * Note: If took_truncate_lock is true, then we previously got the lock shared
375 if (ioflag & IO_APPEND || took_truncate_lock) {
381 took_truncate_lock = 1;
418 * lock, and will need to take the truncate lock again; the took_truncate_lock
430 * Note: we do not set took_truncate_lock=0 here. Leaving it
456 * cnode lock and try again. Since took_truncate_lock i
[all...]
H A Dhfs_vfsops.c5872 int took_truncate_lock = false; local
5949 took_truncate_lock = true;
6129 if (took_truncate_lock) {

Completed in 24 milliseconds