Home
last modified time | relevance | path

Searched refs:nfs_netns_client (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/nfs/
Dsysfs.c79 struct nfs_netns_client *c = container_of(kobj, in nfs_netns_identifier_show()
80 struct nfs_netns_client, in nfs_netns_identifier_show()
102 struct nfs_netns_client *c = container_of(kobj, in nfs_netns_identifier_store()
103 struct nfs_netns_client, in nfs_netns_identifier_store()
125 struct nfs_netns_client *c = container_of(kobj, in nfs_netns_client_release()
126 struct nfs_netns_client, in nfs_netns_client_release()
135 return container_of(kobj, struct nfs_netns_client, kobject)->net; in nfs_netns_client_namespace()
153 static struct nfs_netns_client *nfs_netns_client_alloc(struct kobject *parent, in nfs_netns_client_alloc()
156 struct nfs_netns_client *p; in nfs_netns_client_alloc()
172 struct nfs_netns_client *clp; in nfs_netns_sysfs_setup()
[all …]
Dnetns.h18 struct nfs_netns_client;
34 struct nfs_netns_client *nfs_client;
Dsysfs.h11 struct nfs_netns_client { struct
Dnfs4proc.c6153 struct nfs_netns_client *nn_clp = nn->nfs_client; in nfs4_get_uniquifier()