Searched refs:layoutreturn (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/nfs/
H A Dpnfs.c1288 /* Return true if layoutreturn is needed */
1314 /* Send an async layoutreturn so we dont deadlock */
1356 /* Is there an outstanding layoutreturn ? */
1433 bool layoutreturn = false, roc = false; local
1479 /* If we are sending layoutreturn, invalidate all valid lsegs */
1497 * 2. we don't send layoutreturn
1500 layoutreturn = pnfs_prepare_layoutreturn(lo, &stateid, &lc_cred, &iomode);
1501 /* If the creds don't match, we can't compound the layoutreturn */
1502 if (!layoutreturn || cred_fscmp(cred, lc_cred) != 0)
1505 roc = layoutreturn;
[all...]
/linux-master/fs/nfsd/
H A Dxdr4.h803 struct nfsd4_layoutreturn layoutreturn; member in union:nfsd4_op::nfsd4_op_u
H A Dnfs4xdr.c1828 struct nfsd4_layoutreturn *lrp = &u->layoutreturn;
5084 struct nfsd4_layoutreturn *lrp = &u->layoutreturn;
H A Dnfs4proc.c2382 struct nfsd4_layoutreturn *lrp = &u->layoutreturn;

Completed in 158 milliseconds