Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/nfs/
H A Dnfs4_vnops.c2682 …if ((readaccess && (np->n_openflags & N_DELEG_MASK)) || (writeaccess && (np->n_openflags & N_DELEG… in nfs_get_stateid()
2848 if (np->n_openflags & N_DELEG_MASK) { in nfs4_open()
2852 if ((np->n_openflags & N_DELEG_MASK) && !(np->n_openflags & N_DELEG_RETURN) && in nfs4_open()
2853 (((np->n_openflags & N_DELEG_MASK) == N_DELEG_WRITE) || in nfs4_open()
4208 if ((np->n_openflags & N_DELEG_MASK) && !(np->n_openflags & N_DELEG_RETURN)) { in nfs_advlock_setlock()
5513 np->n_openflags &= ~N_DELEG_MASK; in nfs4_open_rpc_internal()
5531 np->n_openflags &= ~N_DELEG_MASK; in nfs4_open_rpc_internal()
5749 if ((((np->n_openflags & N_DELEG_MASK) == N_DELEG_READ) && in nfs4_claim_delegated_open_rpc()
5751 (((np->n_openflags & N_DELEG_MASK) == N_DELEG_WRITE) && in nfs4_claim_delegated_open_rpc()
5754 ((np->n_openflags & N_DELEG_MASK) == N_DELEG_WRITE) ? "W" : "R", in nfs4_claim_delegated_open_rpc()
[all …]
H A Dnfs_node.c964 if ((np->n_openflags & N_DELEG_MASK) && !force) { in nfs_vnop_reclaim()
966 np->n_openflags &= ~N_DELEG_MASK; in nfs_vnop_reclaim()
H A Dnfs4_subs.c2700 if ((np->n_flag & NREVOKE) || !(np->n_openflags & N_DELEG_MASK)) { in nfs4_expired_check_delegation()
2737 if (np->n_openflags & N_DELEG_MASK) { in nfs4_expired_check_delegation()
2738 np->n_openflags &= ~N_DELEG_MASK; in nfs4_expired_check_delegation()
3003 (reopen && (nofp->nof_np->n_openflags & N_DELEG_MASK))) { in nfs_recover()
H A Dnfsnode.h761 #define N_DELEG_MASK 0x000c /* delegation mask */ macro
H A Dnfs_vnops.c1677 …s & (NGA_UNCACHED | NGA_MONITOR)) || ((nfsvers >= NFS_VER4) && (np->n_openflags & N_DELEG_MASK))) { in nfs_getattr_internal()
4529 if ((nmp->nm_vers >= NFS_VER4) && (np->n_openflags & N_DELEG_MASK)) { in nfs_vnop_remove()
4797 else if (tvp && (nmp->nm_vers >= NFS_VER4) && (tnp->n_openflags & N_DELEG_MASK)) { in nfs_vnop_rename()
H A Dnfs_subs.c1894 if ((nmp->nm_vers >= NFS_VER4) && (np->n_openflags & N_DELEG_MASK)) { in nfs_attrcachetimeout()
H A Dnfs_socket.c3043 } else if (!(np->n_openflags & N_DELEG_MASK) || in nfs4_cb_handler()