Home
last modified time | relevance | path

Searched refs:S_IALLUGO (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/include/linux/
Dstat.h51 #define S_IALLUGO (S_ISUID|S_ISGID|S_ISVTX|S_IRWXUGO) macro
/linux-2.4.37.9/fs/
Dopen.c502 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()
Dnamei.c983 mode &= S_IALLUGO; in vfs_create()
/linux-2.4.37.9/fs/proc/
Dgeneric.c524 if ((mode & S_IALLUGO) == 0) in create_proc_entry()
530 if ((mode & S_IALLUGO) == 0) in create_proc_entry()
/linux-2.4.37.9/fs/nfsd/
Dvfs.c278 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()
/linux-2.4.37.9/fs/intermezzo/
Dvfs.c506 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()
/linux-2.4.37.9/fs/hfsplus/
Dinode.c204 mode = mode ? (mode & S_IALLUGO) : in hfsplus_get_perms()
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_vnode.h489 #define MODEMASK S_IALLUGO /* mode bits plus permission bits */