Home
last modified time | relevance | path

Searched refs:attr_chg_mode (Results 1 - 6 of 6) sorted by relevance

/kernel/liteos_a/fs/vfs/include/
H A Dvnode.h83 unsigned attr_chg_mode; member
/kernel/liteos_a/fs/vfs/
H A Dvnode.c665 tmpMode = attr->attr_chg_mode; in VnodeChattr()
/kernel/liteos_a/fs/vfs/operation/
H A Dvfs_other.c259 attr.attr_chg_mode = mode; in chmod()
/kernel/liteos_a/syscall/
H A Dfs_syscall.c2376 .attr_chg_mode = mode, in SysFchmodat()
2414 .attr_chg_mode = mode, in SysFchmod()
/kernel/liteos_a/fs/fat/os_adapt/
H A 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/vfs/vfs_cmd/
H A Dvfs_shellcmd.c1268 attr.attr_chg_mode = mode; in osShellCmdChmod()

Completed in 11 milliseconds