Searched refs:nfsdl_flags (Results 1 – 3 of 3) sorted by relevance
261 (dp->nfsdl_flags & NFSCLDL_WRITE)) in nfscl_open()439 (dp->nfsdl_flags & NFSCLDL_READ)) { in nfscl_deleg()549 (dp->nfsdl_flags & NFSCLDL_WRITE)) { in nfscl_getstateid()1065 if (dp != NULL && ((dp->nfsdl_flags & in nfscl_getbytelock()1068 (dp->nfsdl_flags & NFSCLDL_WRITE) == 0))) in nfscl_getbytelock()2043 dp->nfsdl_flags |= NFSCLDL_NEEDRECLAIM; in nfscl_recover()2061 if (!(dp->nfsdl_flags & NFSCLDL_NEEDRECLAIM)) in nfscl_recover()2063 if ((dp->nfsdl_flags & NFSCLDL_WRITE)) { in nfscl_recover()2085 if (ndp != NULL && ((ndp->nfsdl_flags & NFSCLDL_WRITE) in nfscl_recover()2087 if ((ndp->nfsdl_flags & NFSCLDL_WRITE)) in nfscl_recover()[all …]
471 ndp->nfsdl_flags = NFSCLDL_WRITE; in nfsrpc_openrpc()493 ndp->nfsdl_flags = NFSCLDL_READ; in nfsrpc_openrpc()496 ndp->nfsdl_flags |= NFSCLDL_RECALL; in nfsrpc_openrpc()514 ndp->nfsdl_flags |= NFSCLDL_MODTIMESET; in nfsrpc_openrpc()2103 dp->nfsdl_flags = NFSCLDL_WRITE; in nfsrpc_createv4()2125 dp->nfsdl_flags = NFSCLDL_READ; in nfsrpc_createv4()2128 dp->nfsdl_flags |= NFSCLDL_RECALL; in nfsrpc_createv4()2150 dp->nfsdl_flags |= NFSCLDL_MODTIMESET; in nfsrpc_createv4()
160 u_int8_t nfsdl_flags; member