usb: gadget: udc: pch_udc: Fix a plethora of function documentation related issues
[linux/fpc-iii.git] / fs / nfs / sysfs.h
blobebcbdc40483b4c2582e07cf0ab25d18e492afb96
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Copyright (c) 2019 Hammerspace Inc
4 */
6 #ifndef __NFS_SYSFS_H
7 #define __NFS_SYSFS_H
9 #define CONTAINER_ID_MAXLEN (64)
11 struct nfs_netns_client {
12 struct kobject kobject;
13 struct net *net;
14 const char *identifier;
17 extern struct kobject *nfs_client_kobj;
19 extern int nfs_sysfs_init(void);
20 extern void nfs_sysfs_exit(void);
22 void nfs_netns_sysfs_setup(struct nfs_net *netns, struct net *net);
23 void nfs_netns_sysfs_destroy(struct nfs_net *netns);
25 #endif