Home
last modified time | relevance | path

Searched refs:attr_chg_mode (Results 1 – 7 of 7) sorted by relevance

/kernel/liteos_a/fs/vfs/include/
Dvnode.h83 unsigned attr_chg_mode; member
/kernel/liteos_a/fs/vfs/operation/
Dvfs_other.c259 attr.attr_chg_mode = mode; in chmod()
/kernel/liteos_a/fs/vfs/
Dvnode.c665 tmpMode = attr->attr_chg_mode; in VnodeChattr()
/kernel/liteos_a/syscall/
Dfs_syscall.c2376 .attr_chg_mode = mode, in SysFchmodat()
2414 .attr_chg_mode = mode, in SysFchmod()
/kernel/liteos_a/fs/vfs/vfs_cmd/
Dvfs_shellcmd.c1268 attr.attr_chg_mode = mode; in osShellCmdChmod()
/kernel/liteos_a/fs/fat/os_adapt/
Dfatfs.c1502 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()
/kernel/liteos_a/fs/jffs2/
Djffs2.patch2815 + attr->attr_chg_mode &= ~S_IFMT; // delete file type
2817 + tmp_mode = attr->attr_chg_mode | tmp_mode; // add old file type