Searched refs:attr_chg_mode (Results 1 – 7 of 7) sorted by relevance
83 unsigned attr_chg_mode; member
259 attr.attr_chg_mode = mode; in chmod()
665 tmpMode = attr->attr_chg_mode; in VnodeChattr()
2376 .attr_chg_mode = mode, in SysFchmodat()2414 .attr_chg_mode = mode, in SysFchmod()
1268 attr.attr_chg_mode = mode; in osShellCmdChmod()
1502 if ((attr->attr_chg_mode & S_IWUSR) == 0 && (finfo->fattrib & AM_RDO) == 0) { in fatfs_chattr()1506 } else if ((attr->attr_chg_mode & S_IWUSR) != 0 && (finfo->fattrib & AM_RDO) != 0) { in fatfs_chattr()
2815 + attr->attr_chg_mode &= ~S_IFMT; // delete file type2817 + tmp_mode = attr->attr_chg_mode | tmp_mode; // add old file type