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

/xnu-2422.115.4/bsd/nfs/
H A Dnfs4_vnops.c2425 if (np->n_openflags & N_DELEG_MASK) {
2579 if (np->n_openflags & N_DELEG_MASK) {
2582 if ((np->n_openflags & N_DELEG_MASK) && !(np->n_openflags & N_DELEG_RETURN) &&
2583 (((np->n_openflags & N_DELEG_MASK) == N_DELEG_WRITE) ||
3728 if ((np->n_openflags & N_DELEG_MASK) && !(np->n_openflags & N_DELEG_RETURN)) {
4890 np->n_openflags &= ~N_DELEG_MASK;
4907 np->n_openflags &= ~N_DELEG_MASK;
5110 if ((((np->n_openflags & N_DELEG_MASK) == N_DELEG_READ) &&
5112 (((np->n_openflags & N_DELEG_MASK) == N_DELEG_WRITE) &&
5115 ((np->n_openflags & N_DELEG_MASK)
[all...]
H A Dnfs_node.c897 if ((np->n_openflags & N_DELEG_MASK) && !force) {
899 np->n_openflags &= ~N_DELEG_MASK;
H A Dnfs4_subs.c2382 if ((np->n_flag & NREVOKE) || !(np->n_openflags & N_DELEG_MASK))
2415 if (np->n_openflags & N_DELEG_MASK) {
2416 np->n_openflags &= ~N_DELEG_MASK;
2650 (reopen && (nofp->nof_np->n_openflags & N_DELEG_MASK))) {
H A Dnfsnode.h725 #define N_DELEG_MASK 0x000c /* delegation mask */ macro
H A Dnfs_vnops.c1369 if (!(flags & (NGA_UNCACHED|NGA_MONITOR)) || ((nfsvers >= NFS_VER4) && (np->n_openflags & N_DELEG_MASK))) {
3821 if ((nmp->nm_vers >= NFS_VER4) && (np->n_openflags & N_DELEG_MASK))
4062 } else if (tvp && (nmp->nm_vers >= NFS_VER4) && (tnp->n_openflags & N_DELEG_MASK)) {
H A Dnfs_subs.c1632 if ((nmp->nm_vers >= NFS_VER4) && (np->n_openflags & N_DELEG_MASK)) {
H A Dnfs_socket.c2620 } else if (!(np->n_openflags & N_DELEG_MASK) ||

Completed in 133 milliseconds