Home
last modified time | relevance | path

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

/fs/
Dfcntl.c117 int who = arg, ret = 0; in f_setown() local
120 if (who < 0) { in f_setown()
122 if (who == INT_MIN) in f_setown()
126 who = -who; in f_setown()
130 if (who) { in f_setown()
131 pid = find_vpid(who); in f_setown()
DKconfig.binfmt143 who need to run binaries from that era.
/fs/nfsd/
Dacl.h44 __be32 nfs4_acl_write_who(struct xdr_stream *xdr, int who);
Dnfs4acl.c867 __be32 nfs4_acl_write_who(struct xdr_stream *xdr, int who) in nfs4_acl_write_who() argument
873 if (s2t_map[i].type != who) in nfs4_acl_write_who()
/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/btrfs/
DKconfig61 In most cases, unless you are a btrfs developer who needs
/fs/befs/
DChangeLog200 * Removed prototypes for functions who's definitions have been removed