Home
last modified time | relevance | path

Searched refs:who (Results 1 – 9 of 9) sorted by relevance

/fs/
Dioprio.c75 SYSCALL_DEFINE3(ioprio_set, int, which, int, who, int, ioprio) in SYSCALL_DEFINE3() argument
113 if (!who) in SYSCALL_DEFINE3()
116 p = find_task_by_vpid(who); in SYSCALL_DEFINE3()
121 if (!who) in SYSCALL_DEFINE3()
124 pgrp = find_vpid(who); in SYSCALL_DEFINE3()
132 if (!who) in SYSCALL_DEFINE3()
135 user = find_user(who); in SYSCALL_DEFINE3()
141 if (__task_cred(p)->uid != who) in SYSCALL_DEFINE3()
148 if (who) in SYSCALL_DEFINE3()
191 SYSCALL_DEFINE2(ioprio_get, int, which, int, who) in SYSCALL_DEFINE2() argument
[all …]
Dfcntl.c231 int who = arg; in f_setown() local
234 if (who < 0) { in f_setown()
236 who = -who; in f_setown()
239 pid = find_vpid(who); in f_setown()
DKconfig.binfmt98 who need to run binaries from that era.
/fs/nfsd/
Dnfs4acl.c275 ace->who = pa->e_id; in _posix_to_nfsv4_one()
284 ace->who = pa->e_id; in _posix_to_nfsv4_one()
311 ace->who = pa->e_id; in _posix_to_nfsv4_one()
340 ace->who = pa->e_id; in _posix_to_nfsv4_one()
647 i = find_uid(state, state->users, ace->who); in process_one_v4_ace()
669 i = find_uid(state, state->groups, ace->who); in process_one_v4_ace()
831 nfs4_acl_write_who(int who, char *p) in nfs4_acl_write_who() argument
836 if (s2t_map[i].type == who) { in nfs4_acl_write_who()
Dnfs4xdr.c310 ace->who = 0; in nfsd4_decode_fattr()
313 buf, dummy32, &ace->who); in nfsd4_decode_fattr()
316 buf, dummy32, &ace->who); in nfsd4_decode_fattr()
1602 ace->who, ace->flag & NFS4_ACE_IDENTIFIER_GROUP, in nfsd4_encode_fattr()
/fs/reiserfs/
DREADME67 Real users, as opposed to folks who want to hack and then understand
97 Anatoly Pinchuk is a former member of our team who worked closely with
115 loss for me. Mikhail Gilula was a brilliant innovator who also left
/fs/cifs/
DAUTHORS45 Thanks to those in the community who have submitted detailed bug reports
DREADME66 users who are used to Windows e.g.
120 of the user who mounted the resource.
278 who executed the mount (root, except when mount.cifs
406 user who mounted the share). Letting the server (rather than
/fs/befs/
DChangeLog200 * Removed prototypes for functions who's definitions have been removed