Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsclient/
H A Dnfs_clstate.c5284 struct nfsclflayouthead *fhlp, struct nfscllayout **lypp, in nfscl_layout() argument
5370 flp = LIST_FIRST(fhlp); in nfscl_layout()
5373 nfscl_mergeflayouts(&lyp->nfsly_flayread, fhlp); in nfscl_layout()
5375 nfscl_mergeflayouts(&lyp->nfsly_flayrw, fhlp); in nfscl_layout()
5630 nfscl_mergeflayouts(struct nfsclflayouthead *fhlp, in nfscl_mergeflayouts() argument
5635 flp = LIST_FIRST(fhlp); in nfscl_mergeflayouts()
5643 LIST_INSERT_HEAD(fhlp, nflp, nfsfl_list); in nfscl_mergeflayouts()