Searched refs:S_IALLUGO (Results 1 – 8 of 8) sorted by relevance
51 #define S_IALLUGO (S_ISUID|S_ISGID|S_ISVTX|S_IRWXUGO) macro
502 newattrs.ia_mode = (mode & S_IALLUGO) | (inode->i_mode & ~S_IALLUGO); in sys_fchmod()534 newattrs.ia_mode = (mode & S_IALLUGO) | (inode->i_mode & ~S_IALLUGO); in sys_chmod()
983 mode &= S_IALLUGO; in vfs_create()
524 if ((mode & S_IALLUGO) == 0) in create_proc_entry()530 if ((mode & S_IALLUGO) == 0) in create_proc_entry()
278 iap->ia_mode &= S_IALLUGO; in nfsd_setattr()279 imode = iap->ia_mode |= (imode & ~S_IALLUGO); in nfsd_setattr()906 iap->ia_mode = (iap->ia_mode & S_IALLUGO) | type; in nfsd_create()1176 iap->ia_mode = (iap->ia_mode&S_IALLUGO) in nfsd_symlink()
506 iattr->ia_mode = (iattr->ia_mode & S_IALLUGO) | in lento_setattr()507 (dentry->d_inode->i_mode & ~S_IALLUGO); in lento_setattr()564 mode &= S_IALLUGO; in presto_do_create()725 error = presto_do_create(fset, dentry->d_parent, dentry, (mode&S_IALLUGO)|S_IFREG, in lento_create()1401 mode & S_IALLUGO, info); in lento_mkdir()
204 mode = mode ? (mode & S_IALLUGO) : in hfsplus_get_perms()
489 #define MODEMASK S_IALLUGO /* mode bits plus permission bits */