Searched refs:layoutreturn (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | pnfs.c | 1290 /* Return true if layoutreturn is needed */ 1316 /* Send an async layoutreturn so we dont deadlock */ in pnfs_layoutreturn_before_put_layout_hdr() 1358 /* Is there an outstanding layoutreturn ? */ in _pnfs_return_layout() 1435 bool layoutreturn = false, roc = false; in pnfs_roc() local 1481 /* If we are sending layoutreturn, invalidate all valid lsegs */ in pnfs_roc() 1499 * 2. we don't send layoutreturn in pnfs_roc() 1502 layoutreturn = pnfs_prepare_layoutreturn(lo, &stateid, &lc_cred, &iomode); in pnfs_roc() 1503 /* If the creds don't match, we can't compound the layoutreturn */ in pnfs_roc() 1504 if (!layoutreturn || cred_fscmp(cred, lc_cred) != 0) in pnfs_roc() 1507 roc = layoutreturn; in pnfs_roc() [all...] |
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | pnfs.c | 1288 /* Return true if layoutreturn is needed */ 1314 /* Send an async layoutreturn so we dont deadlock */ in pnfs_layoutreturn_before_put_layout_hdr() 1356 /* Is there an outstanding layoutreturn ? */ in _pnfs_return_layout() 1433 bool layoutreturn = false, roc = false; in pnfs_roc() local 1479 /* If we are sending layoutreturn, invalidate all valid lsegs */ in pnfs_roc() 1497 * 2. we don't send layoutreturn in pnfs_roc() 1500 layoutreturn = pnfs_prepare_layoutreturn(lo, &stateid, &lc_cred, &iomode); in pnfs_roc() 1501 /* If the creds don't match, we can't compound the layoutreturn */ in pnfs_roc() 1502 if (!layoutreturn || cred_fscmp(cred, lc_cred) != 0) in pnfs_roc() 1505 roc = layoutreturn; in pnfs_roc() [all...] |
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | xdr4.h | 667 struct nfsd4_layoutreturn layoutreturn; member
|
H A D | nfs4proc.c | 2049 struct nfsd4_layoutreturn *lrp = &u->layoutreturn; in nfsd4_layoutreturn()
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | xdr4.h | 685 struct nfsd4_layoutreturn layoutreturn; member
|
H A D | nfs4xdr.c | 1828 struct nfsd4_layoutreturn *lrp = &u->layoutreturn; in nfsd4_decode_layoutreturn() 4781 struct nfsd4_layoutreturn *lrp = &u->layoutreturn; in nfsd4_encode_layoutreturn()
|
H A D | nfs4proc.c | 2366 struct nfsd4_layoutreturn *lrp = &u->layoutreturn; in nfsd4_layoutreturn()
|
Completed in 26 milliseconds