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

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vfsutils.c3664 int ret_lockflags = 0; local
3675 ret_lockflags = hfs_systemfile_lock(hfsmp, lockflags, HFS_EXCLUSIVE_LOCK);
3680 if ((lockflags & ret_lockflags) != lockflags) {
3682 hfs_systemfile_unlock(hfsmp, ret_lockflags);
3693 hfs_systemfile_unlock(hfsmp, ret_lockflags);

Completed in 21 milliseconds