Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dnfs_fs_sb.h142 struct nfs_server { struct
144 struct list_head client_link; /* List of other nfs_server structs argument
190 unsigned int acregmax;
191 unsigned int acdirmin;
192 unsigned int acdirmax;
193 unsigned int namelen;
202 struct nfs_fsid fsid;
273 void (*destroy)(struct nfs_server *); argument
280 u32 mountd_version;
291 struct kobject kobj;
[all …]
/linux-6.15/fs/nfs/
H A Dsuper.c216 int (*fn)(struct nfs_server *, void *), in __nfs_list_for_each_server()
244 int (*fn)(struct nfs_server *, void *), in nfs_client_for_each_server()
H A Dinternal.h144 } nfs_server; member