Go to the documentation of this file.
37 #ifndef _UAPINFS_IDMAP_H
38 #define _UAPINFS_IDMAP_H
40 #include <linux/types.h>
43 #define IDMAP_NAMESZ 128
45 #define IDMAP_TYPE_USER 0
46 #define IDMAP_TYPE_GROUP 1
48 #define IDMAP_CONV_IDTONAME 0
49 #define IDMAP_CONV_NAMETOID 1
51 #define IDMAP_STATUS_INVALIDMSG 0x01
52 #define IDMAP_STATUS_AGAIN 0x02
53 #define IDMAP_STATUS_LOOKUPFAIL 0x04
54 #define IDMAP_STATUS_SUCCESS 0x08