Searched refs:S_IALLUGO (Results 1 – 25 of 36) sorted by relevance
12
10 #ifndef S_IALLUGO11 #define S_IALLUGO (S_ISUID|S_ISGID|S_ISVTX|S_IRWXUGO) macro
167 mode & S_IALLUGO); in tomoyo_path_mkdir()217 const unsigned int perm = mode & S_IALLUGO; in tomoyo_path_mknod()341 mode & S_IALLUGO); in tomoyo_path_chmod()
203 stat->mode & S_IALLUGO); in tomoyo_print_header()213 mode & S_IALLUGO, tomoyo_filetype(mode)); in tomoyo_print_header()
10 #define S_IALLUGO (S_ISUID|S_ISGID|S_ISVTX|S_IRWXUGO) macro
378 if ((dir->i_mode & S_IALLUGO) && in bpf_lookup()606 umode_t mode = d_inode(root)->i_mode & S_IALLUGO & ~S_ISVTX; in bpf_show_options()660 opts->mode = result.uint_32 & S_IALLUGO; in bpf_parse_param()767 inode->i_mode &= ~S_IALLUGO; in bpf_fill_super()
200 opts->mode = option & S_IALLUGO; in tracefs_parse_options()218 inode->i_mode &= ~S_IALLUGO; in tracefs_apply_options()
645 mode = stat->st_mode & S_IALLUGO; in v9fs_stat2inode_dotl()646 mode |= inode->i_mode & ~S_IALLUGO; in v9fs_stat2inode_dotl()672 mode = stat->st_mode & S_IALLUGO; in v9fs_stat2inode_dotl()673 mode |= inode->i_mode & ~S_IALLUGO; in v9fs_stat2inode_dotl()
89 res = mode & S_IALLUGO; in p9mode2perm()1181 mode |= inode->i_mode & ~S_IALLUGO; in v9fs_stat2inode()
95 inode->i_mode = S_IFREG | (status->mode & S_IALLUGO); in afs_inode_init_from_status()101 inode->i_mode = S_IFDIR | (status->mode & S_IALLUGO); in afs_inode_init_from_status()190 mode &= ~S_IALLUGO; in afs_apply_status()191 mode |= status->mode & S_IALLUGO; in afs_apply_status()
105 status->mode = ntohl(xdr->mode) & S_IALLUGO; in xdr_decode_AFSFetchStatus()198 mode = attr->ia_mode & S_IALLUGO; in xdr_encode_AFS_StoreStatus()559 *bp++ = htonl(op->create.mode & S_IALLUGO); /* unix mode */ in afs_fs_create_file()612 *bp++ = htonl(op->create.mode & S_IALLUGO); /* unix mode */ in afs_fs_make_dir()
91 x->mode = htonl(mode & S_IALLUGO); in xdr_encode_YFSStoreStatus_mode()212 status->mode = ntohl(xdr->mode) & S_IALLUGO; in xdr_decode_YFSFetchStatus()294 mode = attr->ia_mode & S_IALLUGO; in xdr_encode_YFS_StoreStatus()
205 miscdev.mode = S_IALLUGO; in virtual_ncidev_init()
451 umode_t mode = (attr->ca_mode & S_IALLUGO) | S_IFREG; in configfs_create_file()473 umode_t mode = (bin_attr->cb_attr.ca_mode & S_IALLUGO) | S_IFREG; in configfs_create_bin_file()
117 mode = (mode & S_IALLUGO) | S_IFREG; in securityfs_create_dentry()
298 opts->mode = option & S_IALLUGO; in parse_mount_options()303 opts->ptmxmode = option & S_IALLUGO; in parse_mount_options()
579 newattrs.ia_mode = (mode & S_IALLUGO) | (inode->i_mode & ~S_IALLUGO); in chmod_common()996 .mode = mode & S_IALLUGO, in build_open_how()1041 if (how->mode & ~S_IALLUGO) in build_open_flags()
716 int mode = attr->ia_mode & S_IALLUGO; in nfs_setattr_update_inode()717 mode |= inode->i_mode & ~S_IALLUGO; in nfs_setattr_update_inode()1517 … ((fattr->valid & NFS_ATTR_FATTR_MODE) && (inode->i_mode & S_IALLUGO) != (fattr->mode & S_IALLUGO)) in nfs_check_inode_attributes()2126 if ((inode->i_mode & S_IALLUGO) != (fattr->mode & S_IALLUGO)) { in nfs_update_inode()2128 newmode |= fattr->mode & S_IALLUGO; in nfs_update_inode()
141 opts->mode = option & S_IALLUGO; in debugfs_parse_options()159 inode->i_mode &= ~S_IALLUGO; in debugfs_apply_options()
414 newattrs.ia_mode = (mode & S_IALLUGO) | (kn->mode & ~S_IALLUGO); in sysfs_chmod_file()
220 fsi->mount_opts.mode = result.uint_32 & S_IALLUGO; in ramfs_parse_param()
600 if ((inode->i_mode & S_IALLUGO) != 0775) in spufs_show_options()634 ctx->mode = result.uint_32 & S_IALLUGO; in spufs_parse_param()
1278 (S_IALLUGO & ~(S_ISUID | S_IXGRP))) in smb3_fs_context_parse_param()1279 ctx->file_mode = S_IALLUGO; in smb3_fs_context_parse_param()
310 iap->ia_mode &= S_IALLUGO; in nfsd_sanitize_attrs()311 iap->ia_mode |= (inode->i_mode & ~S_IALLUGO); in nfsd_sanitize_attrs()1231 iap->ia_mode = (iap->ia_mode & S_IALLUGO) | type; in nfsd_create_locked()
201 mode = mode ? (mode & S_IALLUGO) : (S_IRWXUGO & ~(sbi->umask)); in hfsplus_get_perms()
985 kn = kernfs_new_node(parent, name, (mode & S_IALLUGO) | S_IFREG, in __kernfs_create_file()