Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfsd/
Dpnfs.h20 struct nfsd4_layout_ops { struct
37 extern const struct nfsd4_layout_ops *nfsd4_layout_ops[]; argument
38 extern const struct nfsd4_layout_ops bl_layout_ops;
Dblocklayout.c175 const struct nfsd4_layout_ops bl_layout_ops = {
Dnfs4layouts.c28 const struct nfsd4_layout_ops *nfsd4_layout_ops[LAYOUT_TYPE_MAX] = { variable
Dnfs4proc.c1178 static const struct nfsd4_layout_ops *
1192 return nfsd4_layout_ops[layout_type]; in nfsd4_layout_verify()
1200 const struct nfsd4_layout_ops *ops; in nfsd4_getdeviceinfo()
1245 const struct nfsd4_layout_ops *ops; in nfsd4_layoutget()
1326 const struct nfsd4_layout_ops *ops; in nfsd4_layoutcommit()
Dnfs4xdr.c4044 const struct nfsd4_layout_ops *ops = in nfsd4_encode_getdeviceinfo()
4045 nfsd4_layout_ops[gdev->gd_layout_type]; in nfsd4_encode_getdeviceinfo()
4114 const struct nfsd4_layout_ops *ops = in nfsd4_encode_layoutget()
4115 nfsd4_layout_ops[lgp->lg_layout_type]; in nfsd4_encode_layoutget()