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
1141
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
661
mode = stat->st_mode & S_IALLUGO;
fs/9p/vfs_inode_dotl.c
662
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
188
inode->i_mode = S_IFREG | (status->mode & S_IALLUGO);
fs/afs/inode.c
195
inode->i_mode = S_IFDIR | (status->mode & S_IALLUGO);
fs/afs/inode.c
290
mode &= ~S_IALLUGO;
fs/afs/inode.c
291
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
481
umode_t mode = (attr->ca_mode & S_IALLUGO) | S_IFREG;
fs/configfs/file.c
451
umode_t mode = (attr->ca_mode & S_IALLUGO) | S_IFREG;
fs/configfs/file.c
473
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
216
mode = mode ? (mode & S_IALLUGO) : (S_IRWXUGO & ~(sbi->umask));
fs/kernfs/file.c
1057
kn = kernfs_new_node(parent, name, (mode & S_IALLUGO) | S_IFREG,
fs/namei.c
4175
mode = vfs_prepare_mode(idmap, dir, mode, S_IALLUGO, S_IFREG);
fs/namei.c
4198
mode &= S_IALLUGO;
fs/namei.c
5018
mode = vfs_prepare_mode(idmap, dir_inode, mode, S_IALLUGO, S_IFREG);
fs/nfs/inode.c
1714
if ((fattr->valid & NFS_ATTR_FATTR_MODE) && (inode->i_mode & S_IALLUGO) != (fattr->mode & S_IALLUGO))
fs/nfs/inode.c
2428
if ((inode->i_mode & S_IALLUGO) != (fattr->mode & S_IALLUGO)) {
fs/nfs/inode.c
2430
newmode |= fattr->mode & S_IALLUGO;
fs/nfs/inode.c
870
int mode = attr->ia_mode & S_IALLUGO;
fs/nfs/inode.c
871
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
142
sattr->ia_mode &= S_IALLUGO;
fs/nfsd/nfs3xdr.c
347
*p++ = cpu_to_be32((u32)(stat->mode & S_IALLUGO));
fs/nfsd/nfs4xdr.c
3429
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
1801
iap->ia_mode = (iap->ia_mode & S_IALLUGO) | type;
fs/nfsd/vfs.c
398
iap->ia_mode &= S_IALLUGO;
fs/nfsd/vfs.c
399
iap->ia_mode |= (inode->i_mode & ~S_IALLUGO);
fs/open.c
1169
.mode = mode & S_IALLUGO,
fs/open.c
1212
if (how->mode & ~S_IALLUGO)
fs/open.c
637
newattrs.ia_mode = (mode & S_IALLUGO) | (inode->i_mode & ~S_IALLUGO);
fs/proc/generic.c
573
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
1757
(S_IALLUGO & ~(S_ISUID | S_IXGRP)))
fs/smb/client/fs_context.c
1758
ctx->file_mode = S_IALLUGO;
fs/smb/client/inode.c
3405
attrs->ia_mode &= ~(S_IALLUGO);
fs/sysfs/file.c
443
newattrs.ia_mode = (mode & S_IALLUGO) | (kn->mode & ~S_IALLUGO);
fs/tracefs/inode.c
320
opts->mode = result.uint_32 & S_IALLUGO;
fs/tracefs/inode.c
347
tmp_mode = READ_ONCE(inode->i_mode) & ~S_IALLUGO;
kernel/bpf/inode.c
1018
inode->i_mode &= ~S_IALLUGO;
kernel/bpf/inode.c
375
if ((dir->i_mode & S_IALLUGO) &&
kernel/bpf/inode.c
721
umode_t mode = inode->i_mode & S_IALLUGO & ~S_ISVTX;
kernel/bpf/inode.c
860
opts->mode = result.uint_32 & S_IALLUGO;
security/apparmor/apparmorfs.c
346
mode = (mode & S_IALLUGO) | S_IFREG;
security/inode.c
120
mode = (mode & S_IALLUGO) | S_IFREG;
security/tomoyo/audit.c
203
stat->mode & S_IALLUGO);
security/tomoyo/audit.c
213
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
10
#ifndef S_IALLUGO