Searched refs:nfs_client (Results 1 – 3 of 3) sorted by relevance
/include/linux/ |
D | nfs_idmap.h | 67 struct nfs_client; 69 int nfs_idmap_new(struct nfs_client *); 70 void nfs_idmap_delete(struct nfs_client *); 72 int nfs_map_name_to_uid(struct nfs_client *, const char *, size_t, __u32 *); 73 int nfs_map_group_to_gid(struct nfs_client *, const char *, size_t, __u32 *); 74 int nfs_map_uid_to_name(struct nfs_client *, __u32, char *); 75 int nfs_map_gid_to_group(struct nfs_client *, __u32, char *);
|
D | nfs_fs_sb.h | 16 struct nfs_client { struct 73 struct nfs_client * nfs_client; /* shared client and NFS4 state */ argument
|
D | nfs_fs.h | 238 return NFS_SERVER(inode)->nfs_client->rpc_ops; in NFS_PROTO()
|