/linux-4.4.14/security/tomoyo/ |
D | tomoyo.c | 186 mode & S_IALLUGO); in tomoyo_path_mkdir() 234 const unsigned int perm = mode & S_IALLUGO; in tomoyo_path_mknod() 357 mode & S_IALLUGO); in tomoyo_path_chmod()
|
D | audit.c | 200 stat->mode & S_IALLUGO); in tomoyo_print_header() 210 mode & S_IALLUGO, tomoyo_filetype(mode)); in tomoyo_print_header()
|
D | condition.c | 1011 value = stat->mode & S_IALLUGO; in tomoyo_condition()
|
/linux-4.4.14/include/linux/ |
D | stat.h | 9 #define S_IALLUGO (S_ISUID|S_ISGID|S_ISVTX|S_IRWXUGO) macro
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | obdo.c | 93 dst->o_mode = (dst->o_mode & S_IALLUGO) | in obdo_from_inode() 99 (src->i_mode & S_IALLUGO); in obdo_from_inode()
|
/linux-4.4.14/fs/9p/ |
D | acl.c | 302 iattr.ia_mode = ((mode & S_IALLUGO) | in v9fs_xattr_set_acl() 303 (inode->i_mode & ~S_IALLUGO)); in v9fs_xattr_set_acl()
|
D | vfs_inode_dotl.c | 629 mode = stat->st_mode & S_IALLUGO; in v9fs_stat2inode_dotl() 630 mode |= inode->i_mode & ~S_IALLUGO; in v9fs_stat2inode_dotl()
|
D | vfs_inode.c | 104 res = mode & S_IALLUGO; in p9mode2perm() 1196 mode |= inode->i_mode & ~S_IALLUGO; in v9fs_stat2inode()
|
/linux-4.4.14/security/ |
D | inode.c | 88 mode = (mode & S_IALLUGO) | S_IFREG; in securityfs_create_file()
|
/linux-4.4.14/fs/sysfs/ |
D | file.c | 392 newattrs.ia_mode = (mode & S_IALLUGO) | (kn->mode & ~S_IALLUGO); in sysfs_chmod_file()
|
/linux-4.4.14/fs/nfs/ |
D | inode.c | 606 int mode = attr->ia_mode & S_IALLUGO; in nfs_setattr_update_inode() 607 mode |= inode->i_mode & ~S_IALLUGO; in nfs_setattr_update_inode() 1266 … ((fattr->valid & NFS_ATTR_FATTR_MODE) && (inode->i_mode & S_IALLUGO) != (fattr->mode & S_IALLUGO)) in nfs_check_inode_attributes() 1766 if ((inode->i_mode & S_IALLUGO) != (fattr->mode & S_IALLUGO)) { in nfs_update_inode() 1768 newmode |= fattr->mode & S_IALLUGO; in nfs_update_inode()
|
D | proc.c | 134 sattr->ia_mode &= S_IALLUGO; in nfs_proc_setattr()
|
D | nfs3xdr.c | 589 *p++ = cpu_to_be32(attr->ia_mode & S_IALLUGO); in encode_sattr3()
|
D | nfs4xdr.c | 1105 *p++ = cpu_to_be32(iap->ia_mode & S_IALLUGO); in encode_attrs()
|
/linux-4.4.14/fs/tracefs/ |
D | inode.c | 201 opts->mode = option & S_IALLUGO; in tracefs_parse_options() 219 inode->i_mode &= ~S_IALLUGO; in tracefs_apply_options()
|
/linux-4.4.14/fs/debugfs/ |
D | inode.c | 107 opts->mode = option & S_IALLUGO; in debugfs_parse_options() 125 inode->i_mode &= ~S_IALLUGO; in debugfs_apply_options()
|
/linux-4.4.14/fs/ramfs/ |
D | inode.c | 193 opts->mode = option & S_IALLUGO; in ramfs_parse_options()
|
/linux-4.4.14/fs/devpts/ |
D | inode.c | 211 opts->mode = option & S_IALLUGO; in parse_mount_options() 217 opts->ptmxmode = option & S_IALLUGO; in parse_mount_options()
|
/linux-4.4.14/fs/configfs/ |
D | file.c | 324 umode_t mode = (attr->ca_mode & S_IALLUGO) | S_IFREG; in configfs_create_file()
|
D | dir.c | 425 error = configfs_create(dentry, (attr->ca_mode & S_IALLUGO) | S_IFREG, in configfs_attach_attr()
|
/linux-4.4.14/fs/ |
D | open.c | 517 newattrs.ia_mode = (mode & S_IALLUGO) | (inode->i_mode & ~S_IALLUGO); in chmod_common() 889 op->mode = (mode & S_IALLUGO) | S_IFREG; in build_open_flags()
|
D | namei.c | 2659 mode &= S_IALLUGO; in vfs_create()
|
/linux-4.4.14/kernel/bpf/ |
D | inode.c | 352 inode->i_mode &= ~S_IALLUGO; in bpf_fill_super()
|
/linux-4.4.14/fs/afs/ |
D | fsclient.c | 86 status->mode &= S_IALLUGO; in xdr_decode_AFSFetchStatus() 102 mode &= ~S_IALLUGO; in xdr_decode_AFSFetchStatus() 200 mode = attr->ia_mode & S_IALLUGO; in xdr_encode_AFS_StoreStatus() 710 *bp++ = htonl(mode & S_IALLUGO); /* unix mode */ in afs_fs_create()
|
/linux-4.4.14/fs/ncpfs/ |
D | inode.c | 344 tmp = server->m.file_mode & S_IALLUGO; in ncp_show_options() 347 tmp = server->m.dir_mode & S_IALLUGO; in ncp_show_options()
|
/linux-4.4.14/fs/nfsd/ |
D | vfs.c | 307 iap->ia_mode &= S_IALLUGO; in nfsd_sanitize_attrs() 308 iap->ia_mode |= (inode->i_mode & ~S_IALLUGO); in nfsd_sanitize_attrs() 1191 iap->ia_mode = (iap->ia_mode & S_IALLUGO) | type; in nfsd_create()
|
D | nfs3xdr.c | 168 *p++ = htonl((u32) (stat->mode & S_IALLUGO)); in encode_fattr3()
|
D | nfs4xdr.c | 351 iattr->ia_mode &= (S_IFMT | S_IALLUGO); in nfsd4_decode_fattr() 2627 *p++ = cpu_to_be32(stat.mode & S_IALLUGO); in nfsd4_encode_fattr()
|
/linux-4.4.14/fs/proc/ |
D | generic.c | 497 if ((mode & S_IALLUGO) == 0) in proc_create_data()
|
/linux-4.4.14/fs/kernfs/ |
D | file.c | 921 kn = kernfs_new_node(parent, name, (mode & S_IALLUGO) | S_IFREG, flags); in __kernfs_create_file()
|
/linux-4.4.14/fs/hfsplus/ |
D | inode.c | 198 mode = mode ? (mode & S_IALLUGO) : (S_IRWXUGO & ~(sbi->umask)); in hfsplus_get_perms()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | namei.c | 621 it->it_create_mode = (mode & S_IALLUGO) | S_IFREG; in ll_atomic_open()
|
/linux-4.4.14/fs/cifs/ |
D | connect.c | 1413 (S_IALLUGO & ~(S_ISUID | S_IXGRP))) in cifs_parse_mount_options() 1414 vol->file_mode = S_IALLUGO; in cifs_parse_mount_options()
|
D | inode.c | 2351 attrs->ia_mode &= ~(S_IALLUGO);
|