Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
idmap.h File Reference
#include <linux/in.h>
#include <linux/sunrpc/svc.h>

Go to the source code of this file.

Macros

#define IDMAP_NAMESZ   128
 

Functions

__be32 nfsd_map_name_to_uid (struct svc_rqst *, const char *, size_t, __u32 *)
 
__be32 nfsd_map_name_to_gid (struct svc_rqst *, const char *, size_t, __u32 *)
 
int nfsd_map_uid_to_name (struct svc_rqst *, __u32, char *)
 
int nfsd_map_gid_to_name (struct svc_rqst *, __u32, char *)
 

Macro Definition Documentation

#define IDMAP_NAMESZ   128

Definition at line 42 of file idmap.h.

Function Documentation

int nfsd_map_gid_to_name ( struct svc_rqst ,
__u32  ,
char  
)

Definition at line 647 of file nfs4idmap.c.

__be32 nfsd_map_name_to_gid ( struct svc_rqst ,
const char ,
size_t  ,
__u32  
)

Definition at line 634 of file nfs4idmap.c.

__be32 nfsd_map_name_to_uid ( struct svc_rqst ,
const char ,
size_t  ,
__u32  
)

Definition at line 627 of file nfs4idmap.c.

int nfsd_map_uid_to_name ( struct svc_rqst ,
__u32  ,
char  
)

Definition at line 641 of file nfs4idmap.c.