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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_cnode.h396 void hfs_unlock_truncate(struct cnode *, int been_recursed);
H A Dhfs_cnode.c2132 * The been_recursed argument is used when we may need to return
2136 hfs_unlock_truncate(struct cnode *cp, int been_recursed) argument
2141 * If been_recursed is nonzero AND the current lock owner of the
2147 * If been_recursed is zero (most of the time) then we check the
2151 if (been_recursed) {

Completed in 22 milliseconds