Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfsd.h93 extern const struct seq_operations nfs_exports_op;
H A Dexport.c1443 const struct seq_operations nfs_exports_op = { variable
H A Dnfsctl.c146 err = seq_open(file, &nfs_exports_op); in exports_net_open()