Searched refs:user_struct (Results 1 - 25 of 30) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Duser.c42 struct user_struct root_user = {
61 static inline void uid_hash_insert(struct user_struct *up,
67 static inline void uid_hash_remove(struct user_struct *up)
72 static inline struct user_struct *uid_hash_find(uid_t uid,
75 struct user_struct *user;
93 static void sched_destroy_user(struct user_struct *up)
98 static int sched_create_user(struct user_struct *up)
127 struct user_struct *up = container_of(kset, struct user_struct, kset);
135 struct user_struct *u
[all...]
H A Duser_namespace.c32 struct user_struct *new_user;
H A Dsys.c661 struct user_struct *user;
725 struct user_struct *user;
1081 struct user_struct *new_user;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Duser_namespace.h15 struct user_struct *root_user;
H A Dshm.h88 struct user_struct *mlock_user;
H A Dkey.h71 struct user_struct;
339 extern int alloc_uid_keyring(struct user_struct *user,
341 extern void switch_uid_keyring(struct user_struct *new_user);
H A Dsched.h575 struct user_struct { struct
613 extern struct user_struct *find_user(uid_t);
615 extern struct user_struct root_user;
1056 struct user_struct *user;
1495 extern struct user_struct * alloc_uid(struct user_namespace *, uid_t);
1496 static inline struct user_struct *get_uid(struct user_struct *u)
1501 extern void free_uid(struct user_struct *);
1502 extern void switch_uid(struct user_struct *);
H A Dmm.h22 struct user_struct;
688 int shmem_lock(struct file *file, int lock, struct user_struct *user);
691 struct user_struct *user)
721 extern int user_shm_lock(size_t, struct user_struct *);
722 extern void user_shm_unlock(size_t, struct user_struct *);
H A Dsignal.h19 struct user_struct *user;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dpassword.c28 static user_struct *validated_users;
36 Check if a uid has been validated, and return an pointer to the user_struct
41 user_struct *get_valid_user_struct(uint16 vuid)
43 user_struct *usp;
67 user_struct *vuser = get_valid_user_struct(vuid);
101 user_struct *usp, *next=NULL;
128 user_struct *vuser = NULL;
142 if((vuser = SMB_MALLOC_P(user_struct)) == NULL) {
H A Duid.c61 static BOOL is_share_read_only_for_user(connection_struct *conn, user_struct *vuser)
108 static BOOL check_user_ok(connection_struct *conn, user_struct *vuser,int snum)
167 user_struct *vuser = get_valid_user_struct(vuid);
H A Dsession.c48 BOOL session_claim(user_struct *vuser)
163 void session_yield(user_struct *vuser)
H A Dservice.c268 static connection_struct *make_connection_snum(int snum, user_struct *vuser,
726 user_struct *vuser = NULL;
H A Dprocess.c917 user_struct *vuser = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dioprio.c62 struct user_struct *user;
172 struct user_struct *user;
H A Dinotify_user.c79 struct user_struct *user; /* user who opened this dev */
546 struct user_struct *user;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dmlock.c236 * shm segments) get accounted against the user_struct instead.
240 int user_shm_lock(size_t size, struct user_struct *user)
259 void user_shm_unlock(size_t size, struct user_struct *user)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_server/
H A Dsrv_lsa_hnd.c253 user_struct *user = get_valid_user_struct(p->vuid);
H A Dsrv_pipe_hnd.c276 user_struct *vuser = get_valid_user_struct(vuid);
H A Dsrv_lsa_nt.c922 user_struct *vuser = get_valid_user_struct(p->vuid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/keys/
H A Dprocess_keys.c70 int alloc_uid_keyring(struct user_struct *user,
113 void switch_uid_keyring(struct user_struct *new_user)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dsmb.h1637 typedef struct user_struct struct
1639 struct user_struct *next, *prev;
1666 } user_struct; typedef in typeref:struct:user_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/ipc/
H A Dmqueue.c77 struct user_struct *user; /* user who created, for accounting */
125 struct user_struct *u = p->user;
239 struct user_struct *user;
H A Dshm.c716 struct user_struct * user = current->user;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/printing/
H A Dprinting.c1845 user_struct *vuser;
2205 user_struct *vuser;

Completed in 509 milliseconds

12