Home
last modified time | relevance | path

Searched defs:nfs_server (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dnfs_fs_sb.h132 struct nfs_server { struct
134 struct list_head client_link; /* List of other nfs_server structs argument
176 unsigned int acregmax;
177 unsigned int acdirmin;
178 unsigned int acdirmax;
179 unsigned int namelen;
188 struct nfs_fsid fsid;
248 void (*destroy)(struct nfs_server *); argument
254 size_t mountd_addrlen;
255 u32 mountd_version;
[all …]
/openbmc/linux/fs/nfs/
H A Dsuper.c209 int (*fn)(struct nfs_server *, void *), in __nfs_list_for_each_server()
236 int (*fn)(struct nfs_server *, void *), in nfs_client_for_each_server()
H A Dinternal.h141 } nfs_server; member