Home
last modified time | relevance | path

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

/linux/fs/nfsd/
A Dpnfs.h21 struct nfsd4_layout_ops { struct
43 extern const struct nfsd4_layout_ops *nfsd4_layout_ops[]; argument
45 extern const struct nfsd4_layout_ops bl_layout_ops;
48 extern const struct nfsd4_layout_ops scsi_layout_ops;
51 extern const struct nfsd4_layout_ops ff_layout_ops;
A Dnfs4layouts.c30 const struct nfsd4_layout_ops *nfsd4_layout_ops[LAYOUT_TYPE_MAX] = { variable
172 if (!nfsd4_layout_ops[ls->ls_layout_type]->disable_recalls) in nfsd4_free_layout_stateid()
188 if (nfsd4_layout_ops[ls->ls_layout_type]->disable_recalls) in nfsd4_layout_setlease()
659 const struct nfsd4_layout_ops *ops; in nfsd4_cb_layout_done()
692 ops = nfsd4_layout_ops[ls->ls_layout_type]; in nfsd4_cb_layout_done()
A Dblocklayout.c190 const struct nfsd4_layout_ops bl_layout_ops = {
338 const struct nfsd4_layout_ops scsi_layout_ops = {
A Dflexfilelayout.c127 const struct nfsd4_layout_ops ff_layout_ops = {
A Dnfs4proc.c1978 static const struct nfsd4_layout_ops *
1993 return nfsd4_layout_ops[layout_type]; in nfsd4_layout_verify()
2001 const struct nfsd4_layout_ops *ops; in nfsd4_getdeviceinfo()
2054 const struct nfsd4_layout_ops *ops; in nfsd4_layoutget()
2141 const struct nfsd4_layout_ops *ops; in nfsd4_layoutcommit()
A Dnfs4xdr.c4520 const struct nfsd4_layout_ops *ops; in nfsd4_encode_getdeviceinfo()
4532 ops = nfsd4_layout_ops[gdev->gd_layout_type]; in nfsd4_encode_getdeviceinfo()
4576 const struct nfsd4_layout_ops *ops; in nfsd4_encode_layoutget()
4594 ops = nfsd4_layout_ops[lgp->lg_layout_type]; in nfsd4_encode_layoutget()

Completed in 23 milliseconds