Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/fs/nfs/
Dnfs_var.h610 void nfscl_rellayout(struct nfscllayout *, int);
/freebsd-12-stable/sys/fs/nfsclient/
Dnfs_clrpcops.c5423 nfscl_rellayout(lyp, 1); in nfsrpc_getlayout()
5722 nfscl_rellayout(layp, (rflp == NULL) ? 1 : 0); in nfscl_doiods()
5741 nfscl_rellayout(layp, 0); in nfscl_doiods()
5886 nfscl_rellayout(layp, 0); in nfscl_doiods()
7189 nfscl_rellayout(lyp, 1); in nfsrpc_getopenlayout()
7191 nfscl_rellayout(lyp, 0); in nfsrpc_getopenlayout()
7675 nfscl_rellayout(lyp, 0); in nfsrpc_getcreatelayout()
Dnfs_clstate.c5289 nfscl_rellayout(struct nfscllayout *lyp, int exclocked) in nfscl_rellayout() function