Symbol: S_IALLUGO
arch/powerpc/platforms/cell/spufs/inode.c
589
if ((inode->i_mode & S_IALLUGO) != 0775)
arch/powerpc/platforms/cell/spufs/inode.c
623
ctx->mode = result.uint_32 & S_IALLUGO;
fs/9p/vfs_inode.c
1147
mode |= inode->i_mode & ~S_IALLUGO;
fs/9p/vfs_inode_dotl.c
633
mode = stat->st_mode & S_IALLUGO;
fs/9p/vfs_inode_dotl.c
634
mode |= inode->i_mode & ~S_IALLUGO;
fs/9p/vfs_inode_dotl.c
663
mode = stat->st_mode & S_IALLUGO;
fs/9p/vfs_inode_dotl.c
664
mode |= inode->i_mode & ~S_IALLUGO;
fs/afs/fsclient.c
105
status->mode = ntohl(xdr->mode) & S_IALLUGO;
fs/afs/fsclient.c
198
mode = attr->ia_mode & S_IALLUGO;
fs/afs/fsclient.c
570
*bp++ = htonl(op->create.mode & S_IALLUGO); /* unix mode */
fs/afs/fsclient.c
624
*bp++ = htonl(op->create.mode & S_IALLUGO); /* unix mode */
fs/afs/inode.c
102
inode->i_mode = S_IFREG | (status->mode & S_IALLUGO);
fs/afs/inode.c
109
inode->i_mode = S_IFDIR | (status->mode & S_IALLUGO);
fs/afs/inode.c
201
mode &= ~S_IALLUGO;
fs/afs/inode.c
202
mode |= status->mode & S_IALLUGO;
fs/afs/yfsclient.c
205
status->mode = ntohl(xdr->mode) & S_IALLUGO;
fs/afs/yfsclient.c
289
mode = attr->ia_mode & S_IALLUGO;
fs/afs/yfsclient.c
90
mode_t masked_mode = mode ? *mode & S_IALLUGO : 0;
fs/configfs/dir.c
465
umode_t mode = (attr->ca_mode & S_IALLUGO) | S_IFREG;
fs/configfs/file.c
450
umode_t mode = (attr->ca_mode & S_IALLUGO) | S_IFREG;
fs/configfs/file.c
472
umode_t mode = (bin_attr->cb_attr.ca_mode & S_IALLUGO) | S_IFREG;
fs/debugfs/inode.c
129
opts->mode = result.uint_32 & S_IALLUGO;
fs/debugfs/inode.c
159
inode->i_mode &= ~S_IALLUGO;
fs/devpts/inode.c
242
opts->mode = result.uint_32 & S_IALLUGO;
fs/devpts/inode.c
245
opts->ptmxmode = result.uint_32 & S_IALLUGO;
fs/hfsplus/inode.c
250
mode = mode ? (mode & S_IALLUGO) : (S_IRWXUGO & ~(sbi->umask));
fs/kernfs/file.c
1050
kn = kernfs_new_node(parent, name, (mode & S_IALLUGO) | S_IFREG,
fs/namei.c
4195
mode = vfs_prepare_mode(idmap, dir, mode, S_IALLUGO, S_IFREG);
fs/namei.c
4218
mode &= S_IALLUGO;
fs/namei.c
5046
mode = vfs_prepare_mode(idmap, dir_inode, mode, S_IALLUGO, S_IFREG);
fs/nfs/inode.c
1697
if ((fattr->valid & NFS_ATTR_FATTR_MODE) && (inode->i_mode & S_IALLUGO) != (fattr->mode & S_IALLUGO))
fs/nfs/inode.c
2411
if ((inode->i_mode & S_IALLUGO) != (fattr->mode & S_IALLUGO)) {
fs/nfs/inode.c
2413
newmode |= fattr->mode & S_IALLUGO;
fs/nfs/inode.c
839
int mode = attr->ia_mode & S_IALLUGO;
fs/nfs/inode.c
840
mode |= inode->i_mode & ~S_IALLUGO;
fs/nfs/nfs3xdr.c
562
*p++ = cpu_to_be32(attr->ia_mode & S_IALLUGO);
fs/nfs/nfs4xdr.c
1170
*p++ = cpu_to_be32(iap->ia_mode & S_IALLUGO);
fs/nfs/nfs4xdr.c
1196
*p++ = cpu_to_be32(iap->ia_mode & S_IALLUGO);
fs/nfs/proc.c
143
sattr->ia_mode &= S_IALLUGO;
fs/nfsd/nfs3xdr.c
347
*p++ = cpu_to_be32((u32)(stat->mode & S_IALLUGO));
fs/nfsd/nfs4xdr.c
3460
return nfsd4_encode_mode4(xdr, args->stat.mode & S_IALLUGO);
fs/nfsd/nfs4xdr.c
528
iattr->ia_mode &= (S_IFMT | S_IALLUGO);
fs/nfsd/nfs4xdr.c
620
iattr->ia_mode = mode & (S_IFMT | S_IALLUGO);
fs/nfsd/vfs.c
1810
iap->ia_mode = (iap->ia_mode & S_IALLUGO) | type;
fs/nfsd/vfs.c
399
iap->ia_mode &= S_IALLUGO;
fs/nfsd/vfs.c
400
iap->ia_mode |= (inode->i_mode & ~S_IALLUGO);
fs/open.c
1140
.mode = mode & S_IALLUGO,
fs/open.c
1191
if (how->mode & ~S_IALLUGO)
fs/open.c
635
newattrs.ia_mode = (mode & S_IALLUGO) | (inode->i_mode & ~S_IALLUGO);
fs/proc/generic.c
578
if ((mode & S_IALLUGO) == 0)
fs/ramfs/inode.c
253
fsi->mount_opts.mode = result.uint_32 & S_IALLUGO;
fs/smb/client/fs_context.c
1795
(S_IALLUGO & ~(S_ISUID | S_IXGRP)))
fs/smb/client/fs_context.c
1796
ctx->file_mode = S_IALLUGO;
fs/smb/client/inode.c
3470
attrs->ia_mode &= ~(S_IALLUGO);
fs/sysfs/file.c
446
newattrs.ia_mode = (mode & S_IALLUGO) | (kn->mode & ~S_IALLUGO);
fs/tracefs/inode.c
297
opts->mode = result.uint_32 & S_IALLUGO;
fs/tracefs/inode.c
325
tmp_mode = READ_ONCE(inode->i_mode) & ~S_IALLUGO;
kernel/bpf/inode.c
1049
opts->mode = result.uint_32 & S_IALLUGO;
kernel/bpf/inode.c
1220
inode->i_mode &= ~S_IALLUGO;
kernel/bpf/inode.c
420
if ((dir->i_mode & S_IALLUGO) &&
kernel/bpf/inode.c
781
umode_t mode = inode->i_mode & S_IALLUGO & ~S_ISVTX;
security/apparmor/apparmorfs.c
349
mode = (mode & S_IALLUGO) | S_IFREG;
security/inode.c
120
mode = (mode & S_IALLUGO) | S_IFREG;
security/tomoyo/audit.c
202
stat->ino, stat->mode & S_IALLUGO);
security/tomoyo/audit.c
211
mode & S_IALLUGO, tomoyo_filetype(mode));
security/tomoyo/condition.c
1037
value = stat->mode & S_IALLUGO;
security/tomoyo/tomoyo.c
180
mode & S_IALLUGO);
security/tomoyo/tomoyo.c
230
const unsigned int perm = mode & S_IALLUGO;
security/tomoyo/tomoyo.c
364
mode & S_IALLUGO);
tools/perf/trace/beauty/mode_t.c
12
#ifndef S_IALLUGO