Searched refs:N_DELEG_MASK (Results 1 – 7 of 7) sorted by relevance
2678 …if ((readaccess && (np->n_openflags & N_DELEG_MASK)) || (writeaccess && (np->n_openflags & N_DELEG… in nfs_get_stateid()2844 if (np->n_openflags & N_DELEG_MASK) { in nfs4_open()2848 if ((np->n_openflags & N_DELEG_MASK) && !(np->n_openflags & N_DELEG_RETURN) && in nfs4_open()2849 (((np->n_openflags & N_DELEG_MASK) == N_DELEG_WRITE) || in nfs4_open()4202 if ((np->n_openflags & N_DELEG_MASK) && !(np->n_openflags & N_DELEG_RETURN)) { in nfs_advlock_setlock()5503 np->n_openflags &= ~N_DELEG_MASK; in nfs4_open_rpc_internal()5521 np->n_openflags &= ~N_DELEG_MASK; in nfs4_open_rpc_internal()5738 if ((((np->n_openflags & N_DELEG_MASK) == N_DELEG_READ) && in nfs4_claim_delegated_open_rpc()5740 (((np->n_openflags & N_DELEG_MASK) == N_DELEG_WRITE) && in nfs4_claim_delegated_open_rpc()5743 ((np->n_openflags & N_DELEG_MASK) == N_DELEG_WRITE) ? "W" : "R", in nfs4_claim_delegated_open_rpc()[all …]
962 if ((np->n_openflags & N_DELEG_MASK) && !force) { in nfs_vnop_reclaim()964 np->n_openflags &= ~N_DELEG_MASK; in nfs_vnop_reclaim()
2705 if ((np->n_flag & NREVOKE) || !(np->n_openflags & N_DELEG_MASK)) { in nfs4_expired_check_delegation()2742 if (np->n_openflags & N_DELEG_MASK) { in nfs4_expired_check_delegation()2743 np->n_openflags &= ~N_DELEG_MASK; in nfs4_expired_check_delegation()3008 (reopen && (nofp->nof_np->n_openflags & N_DELEG_MASK))) { in nfs_recover()
771 #define N_DELEG_MASK 0x000c /* delegation mask */ macro
1686 …s & (NGA_UNCACHED | NGA_MONITOR)) || ((nfsvers >= NFS_VER4) && (np->n_openflags & N_DELEG_MASK))) { in nfs_getattr_internal()4542 if ((nmp->nm_vers >= NFS_VER4) && (np->n_openflags & N_DELEG_MASK)) { in nfs_vnop_remove()4809 else if (tvp && (nmp->nm_vers >= NFS_VER4) && (tnp->n_openflags & N_DELEG_MASK)) { in nfs_vnop_rename()
1896 if ((nmp->nm_vers >= NFS_VER4) && (np->n_openflags & N_DELEG_MASK)) { in nfs_attrcachetimeout()
3041 } else if (!(np->n_openflags & N_DELEG_MASK) || in nfs4_cb_handler()