OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:layp
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/fs/nfs/client/
nfs_clrpcops.c
5026
int layouttype, int layoutupdatecnt, uint8_t *
layp
, struct ucred *cred,
5064
NFSBCOPY(
layp
, cp, layoutupdatecnt);
5085
uint64_t len, nfsv4stateid_t *stateidp, int layoutcnt, uint32_t *
layp
,
5118
NFSBCOPY(
layp
, cp, layoutcnt);
5456
struct nfscllayout *
layp
;
local
5483
layp
= nfscl_getlayout(nmp->nm_clp, np->n_fhp->nfh_fh,
5485
if (
layp
== NULL || rflp == NULL) {
5491
if (
layp
!= NULL) {
5492
nfscl_rellayout(
layp
, (rflp == NULL) ? 1 : 0);
5493
layp
= NULL
[
all
...]
nfs_clstate.c
5014
nfscl_freelayout(struct nfscllayout *
layp
)
5019
LIST_FOREACH_SAFE(flp, &
layp
->nfsly_flayread, nfsfl_list, nflp) {
5023
LIST_FOREACH_SAFE(flp, &
layp
->nfsly_flayrw, nfsfl_list, nflp) {
5027
LIST_FOREACH_SAFE(rp, &
layp
->nfsly_recall, nfsrecly_list, nrp) {
5032
free(
layp
, M_NFSLAYOUT);
Completed in 21 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026