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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_lookup.c528 if (ndp->ni_cnd.cn_flags & FSNODELOCKHELD) {
529 ndp->ni_cnd.cn_flags &= ~FSNODELOCKHELD;
1036 if ((cnp->cn_flags & FSNODELOCKHELD)) {
1037 cnp->cn_flags &= ~FSNODELOCKHELD;
1114 if ((cnp->cn_flags & FSNODELOCKHELD)) {
1115 cnp->cn_flags &= ~FSNODELOCKHELD;
1131 if ((cnp->cn_flags & FSNODELOCKHELD)) {
1132 cnp->cn_flags &= ~FSNODELOCKHELD;
1296 if ((cnp->cn_flags & FSNODELOCKHELD)) {
1297 cnp->cn_flags &= ~FSNODELOCKHELD;
[all...]
H A Dkpi_vfs.c3045 if ( !(cnp->cn_flags & FSNODELOCKHELD) ) {
3053 cnp->cn_flags |= FSNODELOCKHELD;
/darwin-on-arm/xnu/bsd/sys/
H A Dnamei.h179 #define FSNODELOCKHELD 0x01000000 macro
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_subs.c2104 if ((cnp->cn_flags & FSNODELOCKHELD)) {
2105 cnp->cn_flags &= ~FSNODELOCKHELD;

Completed in 91 milliseconds