Searched refs:nfsdl_flags (Results 1 – 3 of 3) sorted by relevance
261 (dp->nfsdl_flags & NFSCLDL_WRITE)) in nfscl_open()415 (dp->nfsdl_flags & NFSCLDL_READ)) { in nfscl_deleg()523 (dp->nfsdl_flags & NFSCLDL_WRITE)) { in nfscl_getstateid()1005 if (dp != NULL && ((dp->nfsdl_flags & in nfscl_getbytelock()1008 (dp->nfsdl_flags & NFSCLDL_WRITE) == 0))) in nfscl_getbytelock()1961 dp->nfsdl_flags |= NFSCLDL_NEEDRECLAIM; in nfscl_recover()1979 if (!(dp->nfsdl_flags & NFSCLDL_NEEDRECLAIM)) in nfscl_recover()1981 if ((dp->nfsdl_flags & NFSCLDL_WRITE)) { in nfscl_recover()2003 if (ndp != NULL && ((ndp->nfsdl_flags & NFSCLDL_WRITE) in nfscl_recover()2005 if ((ndp->nfsdl_flags & NFSCLDL_WRITE)) in nfscl_recover()[all …]
474 ndp->nfsdl_flags = NFSCLDL_WRITE; in nfsrpc_openrpc()496 ndp->nfsdl_flags = NFSCLDL_READ; in nfsrpc_openrpc()499 ndp->nfsdl_flags |= NFSCLDL_RECALL; in nfsrpc_openrpc()517 ndp->nfsdl_flags |= NFSCLDL_MODTIMESET; in nfsrpc_openrpc()2071 dp->nfsdl_flags = NFSCLDL_WRITE; in nfsrpc_createv4()2093 dp->nfsdl_flags = NFSCLDL_READ; in nfsrpc_createv4()2096 dp->nfsdl_flags |= NFSCLDL_RECALL; in nfsrpc_createv4()2118 dp->nfsdl_flags |= NFSCLDL_MODTIMESET; in nfsrpc_createv4()
160 u_int8_t nfsdl_flags; member