Home
last modified time | relevance | path

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

/Linux-v6.6/fs/nfs/
Dsysfs.c76 struct nfs_netns_client *c = container_of(kobj, in nfs_netns_identifier_show()
77 struct nfs_netns_client, in nfs_netns_identifier_show()
99 struct nfs_netns_client *c = container_of(kobj, in nfs_netns_identifier_store()
100 struct nfs_netns_client, in nfs_netns_identifier_store()
122 struct nfs_netns_client *c = container_of(kobj, in nfs_netns_client_release()
123 struct nfs_netns_client, in nfs_netns_client_release()
131 return container_of(kobj, struct nfs_netns_client, kobject)->net; in nfs_netns_client_namespace()
141 ATTRIBUTE_GROUPS(nfs_netns_client);
152 struct nfs_netns_client *c = container_of(kobj, in nfs_netns_object_release()
153 struct nfs_netns_client, in nfs_netns_object_release()
[all …]
Dnetns.h18 struct nfs_netns_client;
34 struct nfs_netns_client *nfs_client;
Dsysfs.h11 struct nfs_netns_client { struct
Dnfs4proc.c6276 struct nfs_netns_client *nn_clp = nn->nfs_client; in nfs4_get_uniquifier()