Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfs/
H A Dnfs_var.h644 void nfscl_rellayout(struct nfscllayout *, int);
/freebsd/sys/fs/nfsclient/
H A Dnfs_clrpcops.c6081 nfscl_rellayout(lyp, 1); in nfsrpc_getlayout()
6429 nfscl_rellayout(layp, (rflp == NULL) ? 1 : 0); in nfscl_doiods()
6448 nfscl_rellayout(layp, 0); in nfscl_doiods()
6621 nfscl_rellayout(layp, 0); in nfscl_doiods()
8208 nfscl_rellayout(lyp, 1); in nfsrpc_getopenlayout()
8210 nfscl_rellayout(lyp, 0); in nfsrpc_getopenlayout()
8715 nfscl_rellayout(lyp, 0); in nfsrpc_getcreatelayout()
H A Dnfs_clstate.c5542 nfscl_rellayout(struct nfscllayout *lyp, int exclocked) in nfscl_rellayout() function