Searched refs:S_IALLUGO (Results 1 - 25 of 36) sorted by relevance

12

/linux-master/tools/perf/trace/beauty/
H A Dmode_t.c10 #ifndef S_IALLUGO
11 #define S_IALLUGO (S_ISUID|S_ISGID|S_ISVTX|S_IRWXUGO) macro
/linux-master/include/linux/
H A Dstat.h10 #define S_IALLUGO (S_ISUID|S_ISGID|S_ISVTX|S_IRWXUGO) macro
/linux-master/security/tomoyo/
H A Dtomoyo.c180 mode & S_IALLUGO);
230 const unsigned int perm = mode & S_IALLUGO;
364 mode & S_IALLUGO);
H A Daudit.c203 stat->mode & S_IALLUGO);
213 mode & S_IALLUGO, tomoyo_filetype(mode));
H A Dcondition.c1037 value = stat->mode & S_IALLUGO;
/linux-master/fs/configfs/
H A Dfile.c451 umode_t mode = (attr->ca_mode & S_IALLUGO) | S_IFREG;
473 umode_t mode = (bin_attr->cb_attr.ca_mode & S_IALLUGO) | S_IFREG;
/linux-master/fs/devpts/
H A Dinode.c279 opts->mode = option & S_IALLUGO;
284 opts->ptmxmode = option & S_IALLUGO;
/linux-master/security/
H A Dinode.c117 mode = (mode & S_IALLUGO) | S_IFREG;
/linux-master/fs/afs/
H A Dinode.c102 inode->i_mode = S_IFREG | (status->mode & S_IALLUGO);
109 inode->i_mode = S_IFDIR | (status->mode & S_IALLUGO);
200 mode &= ~S_IALLUGO;
201 mode |= status->mode & S_IALLUGO;
H A Dyfsclient.c90 mode_t masked_mode = mode ? *mode & S_IALLUGO : 0;
205 status->mode = ntohl(xdr->mode) & S_IALLUGO;
289 mode = attr->ia_mode & S_IALLUGO;
H A Dfsclient.c105 status->mode = ntohl(xdr->mode) & S_IALLUGO;
198 mode = attr->ia_mode & S_IALLUGO;
562 *bp++ = htonl(op->create.mode & S_IALLUGO); /* unix mode */
616 *bp++ = htonl(op->create.mode & S_IALLUGO); /* unix mode */
/linux-master/fs/ramfs/
H A Dinode.c255 fsi->mount_opts.mode = result.uint_32 & S_IALLUGO;
/linux-master/kernel/bpf/
H A Dinode.c376 if ((dir->i_mode & S_IALLUGO) &&
734 umode_t mode = inode->i_mode & S_IALLUGO & ~S_ISVTX;
873 opts->mode = result.uint_32 & S_IALLUGO;
1030 inode->i_mode &= ~S_IALLUGO;
/linux-master/fs/9p/
H A Dvfs_inode_dotl.c578 mode = stat->st_mode & S_IALLUGO;
579 mode |= inode->i_mode & ~S_IALLUGO;
606 mode = stat->st_mode & S_IALLUGO;
607 mode |= inode->i_mode & ~S_IALLUGO;
/linux-master/fs/tracefs/
H A Dinode.c297 opts->mode = option & S_IALLUGO;
324 tmp_mode = READ_ONCE(inode->i_mode) & ~S_IALLUGO;
/linux-master/fs/debugfs/
H A Dinode.c143 opts->mode = option & S_IALLUGO;
169 inode->i_mode &= ~S_IALLUGO;
/linux-master/fs/sysfs/
H A Dfile.c437 newattrs.ia_mode = (mode & S_IALLUGO) | (kn->mode & ~S_IALLUGO);
/linux-master/fs/
H A Dopen.c648 newattrs.ia_mode = (mode & S_IALLUGO) | (inode->i_mode & ~S_IALLUGO);
1194 .mode = mode & S_IALLUGO,
1239 if (how->mode & ~S_IALLUGO)
/linux-master/fs/nfs/
H A Dinode.c725 int mode = attr->ia_mode & S_IALLUGO;
726 mode |= inode->i_mode & ~S_IALLUGO;
1526 if ((fattr->valid & NFS_ATTR_FATTR_MODE) && (inode->i_mode & S_IALLUGO) != (fattr->mode & S_IALLUGO))
2229 if ((inode->i_mode & S_IALLUGO) != (fattr->mode & S_IALLUGO)) {
2231 newmode |= fattr->mode & S_IALLUGO;
H A Dproc.c142 sattr->ia_mode &= S_IALLUGO;
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dinode.c602 if ((inode->i_mode & S_IALLUGO) != 0775)
636 ctx->mode = result.uint_32 & S_IALLUGO;
/linux-master/fs/nfsd/
H A Dvfs.c393 iap->ia_mode &= S_IALLUGO;
394 iap->ia_mode |= (inode->i_mode & ~S_IALLUGO);
1484 iap->ia_mode = (iap->ia_mode & S_IALLUGO) | type;
/linux-master/fs/smb/client/
H A Dfs_context.c1507 (S_IALLUGO & ~(S_ISUID | S_IXGRP)))
1508 ctx->file_mode = S_IALLUGO;
/linux-master/fs/proc/
H A Dgeneric.c547 if ((mode & S_IALLUGO) == 0)
/linux-master/fs/hfsplus/
H A Dinode.c199 mode = mode ? (mode & S_IALLUGO) : (S_IRWXUGO & ~(sbi->umask));

Completed in 248 milliseconds

12