Searched refs:writeaccess (Results 1 – 1 of 1) sorted by relevance
2672 nfs_get_stateid(nfsnode_t np, thread_t thd, kauth_cred_t cred, nfs_stateid *sid, int writeaccess) in nfs_get_stateid() argument2680 int readaccess = !writeaccess; in nfs_get_stateid()2682 …if ((readaccess && (np->n_openflags & N_DELEG_MASK)) || (writeaccess && (np->n_openflags & N_DELEG… in nfs_get_stateid()