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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vnops.c2268 int took_trunc_lock = 0; local
2300 took_trunc_lock = 1;
2332 if (!took_trunc_lock || (cp->c_truncatelockowner == HFS_SHARED_OWNER)) {
2334 if (took_trunc_lock) {
2339 took_trunc_lock = 1;
2367 if (took_trunc_lock) {
2369 took_trunc_lock = 0;
3626 int took_trunc_lock = 0; local
3695 took_trunc_lock = 1;
3701 if (took_trunc_lock) {
[all...]
H A Dhfs_cnode.c644 int took_trunc_lock = 0; local
695 took_trunc_lock = 1;
712 if (took_trunc_lock) {
H A Dhfs_readwrite.c4389 int took_trunc_lock = 0; local
4456 took_trunc_lock = 1;
4467 if (took_trunc_lock)
4587 if (took_trunc_lock)
4613 if (took_trunc_lock)
4633 if (took_trunc_lock)

Completed in 42 milliseconds