#include <linux/slab.h>
#include <linux/types.h>
#include <linux/sched.h>
#include <linux/module.h>
#include <linux/sunrpc/clnt.h>
#include <linux/sunrpc/auth.h>
#include <linux/user_namespace.h>
Go to the source code of this file.
#define uc_uid uc_base.cr_uid |
#define UNX_WRITESLACK (21 + (UNX_MAXNODENAME >> 2)) |
struct rpc_authops authunix_ops |
Initial value:= {
.au_flavor = RPC_AUTH_UNIX,
.au_name = "UNIX",
.create = unx_create,
.destroy = unx_destroy,
.lookup_cred = unx_lookup_cred,
.crcreate = unx_create_cred,
}
Definition at line 225 of file auth_unix.c.