Searched refs:S_IALLUGO (Results 1 – 25 of 33) sorted by relevance
12
10 #ifndef S_IALLUGO11 #define S_IALLUGO (S_ISUID|S_ISGID|S_ISVTX|S_IRWXUGO) macro
187 mode & S_IALLUGO); in tomoyo_path_mkdir()235 const unsigned int perm = mode & S_IALLUGO; in tomoyo_path_mknod()358 mode & S_IALLUGO); in tomoyo_path_chmod()
201 stat->mode & S_IALLUGO); in tomoyo_print_header()211 mode & S_IALLUGO, tomoyo_filetype(mode)); in tomoyo_print_header()
1012 value = stat->mode & S_IALLUGO; in tomoyo_condition()
10 #define S_IALLUGO (S_ISUID|S_ISGID|S_ISVTX|S_IRWXUGO) macro
575 umode_t mode = d_inode(root)->i_mode & S_IALLUGO & ~S_ISVTX; in bpf_show_options()620 opts->mode = option & S_IALLUGO; in bpf_parse_options()651 inode->i_mode &= ~S_IALLUGO; in bpf_fill_super()
539 umode_t mode = (attr->ca_mode & S_IALLUGO) | S_IFREG; in configfs_create_file()561 umode_t mode = (bin_attr->cb_attr.ca_mode & S_IALLUGO) | S_IFREG; in configfs_create_bin_file()
201 opts->mode = option & S_IALLUGO; in tracefs_parse_options()219 inode->i_mode &= ~S_IALLUGO; in tracefs_apply_options()
301 opts->mode = option & S_IALLUGO; in parse_mount_options()306 opts->ptmxmode = option & S_IALLUGO; in parse_mount_options()
402 newattrs.ia_mode = (mode & S_IALLUGO) | (kn->mode & ~S_IALLUGO); in sysfs_chmod_file()
688 int mode = attr->ia_mode & S_IALLUGO; in nfs_setattr_update_inode()689 mode |= inode->i_mode & ~S_IALLUGO; in nfs_setattr_update_inode()1436 … ((fattr->valid & NFS_ATTR_FATTR_MODE) && (inode->i_mode & S_IALLUGO) != (fattr->mode & S_IALLUGO)) in nfs_check_inode_attributes()1950 if ((inode->i_mode & S_IALLUGO) != (fattr->mode & S_IALLUGO)) { in nfs_update_inode()1952 newmode |= fattr->mode & S_IALLUGO; in nfs_update_inode()
136 sattr->ia_mode &= S_IALLUGO; in nfs_proc_setattr()
111 mode = (mode & S_IALLUGO) | S_IFREG; in securityfs_create_dentry()
206 opts->mode = option & S_IALLUGO; in ramfs_parse_options()
106 opts->mode = option & S_IALLUGO; in debugfs_parse_options()124 inode->i_mode &= ~S_IALLUGO; in debugfs_apply_options()
539 newattrs.ia_mode = (mode & S_IALLUGO) | (inode->i_mode & ~S_IALLUGO); in chmod_common()936 op->mode = (mode & S_IALLUGO) | S_IFREG; in build_open_flags()
630 mode = stat->st_mode & S_IALLUGO; in v9fs_stat2inode_dotl()631 mode |= inode->i_mode & ~S_IALLUGO; in v9fs_stat2inode_dotl()
104 res = mode & S_IALLUGO; in p9mode2perm()1217 mode |= inode->i_mode & ~S_IALLUGO; in v9fs_stat2inode()
332 iap->ia_mode &= S_IALLUGO; in nfsd_sanitize_attrs()333 iap->ia_mode |= (inode->i_mode & ~S_IALLUGO); in nfsd_sanitize_attrs()1193 iap->ia_mode = (iap->ia_mode & S_IALLUGO) | type; in nfsd_create_locked()
170 *p++ = htonl((u32) (stat->mode & S_IALLUGO)); in encode_fattr3()
619 if ((inode->i_mode & S_IALLUGO) != 0775) in spufs_show_options()
198 mode = mode ? (mode & S_IALLUGO) : (S_IRWXUGO & ~(sbi->umask)); in hfsplus_get_perms()
521 if ((mode & S_IALLUGO) == 0) in proc_create_reg()
90 mode &= ~S_IALLUGO; in afs_update_inode_from_status()350 mode = attr->ia_mode & S_IALLUGO; in xdr_encode_AFS_StoreStatus()817 *bp++ = htonl(mode & S_IALLUGO); /* unix mode */ in afs_fs_create()
992 kn = kernfs_new_node(parent, name, (mode & S_IALLUGO) | S_IFREG, in __kernfs_create_file()