Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/nfs/
H A Dnfs4_vnops.c2672 nfs_get_stateid(nfsnode_t np, thread_t thd, kauth_cred_t cred, nfs_stateid *sid, int writeaccess) in nfs_get_stateid() argument
2680 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()