taglinefilesource code
ia_mode258fs/inode.cattr->ia_mode &= ~S_ISGID;
ia_mode283fs/inode.cinode->i_mode = attr->ia_mode;
ia_mode451fs/msdos/inode.c(attr->ia_mode & ~MSDOS_VALID_MODE)))
ia_mode203fs/nfs/inode.csattr.mode = attr->ia_mode;
ia_mode274fs/open.cnewattrs.ia_mode = (mode & S_IALLUGO) | (inode->i_mode & ~S_IALLUGO);
ia_mode296fs/open.cnewattrs.ia_mode = (mode & S_IALLUGO) | (inode->i_mode & ~S_IALLUGO);
ia_mode321fs/open.cnewattrs.ia_mode = inode->i_mode;
ia_mode330fs/open.cnewattrs.ia_mode &= ~S_ISUID;
ia_mode337fs/open.cnewattrs.ia_mode &= ~S_ISGID;
ia_mode361fs/open.cnewattrs.ia_mode = inode->i_mode;
ia_mode370fs/open.cnewattrs.ia_mode &= ~S_ISUID;
ia_mode377fs/open.cnewattrs.ia_mode &= ~S_ISGID;
ia_mode166fs/read_write.cnewattrs.ia_mode = inode->i_mode & ~(S_ISUID | S_ISGID);
ia_mode861fs/sysv/inode.cif (attr->ia_mode == COH_KLUDGE_SYMLINK_MODE)
ia_mode862fs/sysv/inode.cattr->ia_mode = COH_KLUDGE_NOT_SYMLINK;
ia_mode340fs/umsdos/inode.centry.mode = attr->ia_mode;
ia_mode193include/linux/fs.humode_t    ia_mode;