Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:attr_chg_valid
(Results
1 - 8
of
8
) sorted by relevance
/kernel/liteos_a/syscall/
H
A
D
fs_syscall.c
70
attr->
attr_chg_valid
&= ~CHG_ATIME;
in CheckNewAttrTime()
77
attr->
attr_chg_valid
|= CHG_ATIME;
in CheckNewAttrTime()
80
attr->
attr_chg_valid
|= CHG_ATIME;
in CheckNewAttrTime()
84
attr->
attr_chg_valid
&= ~CHG_MTIME;
in CheckNewAttrTime()
91
attr->
attr_chg_valid
|= CHG_MTIME;
in CheckNewAttrTime()
94
attr->
attr_chg_valid
|= CHG_MTIME;
in CheckNewAttrTime()
103
attr->
attr_chg_valid
|= CHG_ATIME;
in CheckNewAttrTime()
104
attr->
attr_chg_valid
|= CHG_MTIME;
in CheckNewAttrTime()
2377
.
attr_chg_valid
= CHG_MODE,
in SysFchmodat()
2415
.
attr_chg_valid
in SysFchmod()
[all...]
/kernel/liteos_a/fs/vfs/operation/
H
A
D
vfs_utime.c
99
attr.
attr_chg_valid
= CHG_ATIME | CHG_MTIME;
in utime()
H
A
D
vfs_other.c
260
attr.
attr_chg_valid
= CHG_MODE; /* change mode */
in chmod()
274
attr.
attr_chg_valid
= 0;
in chown()
279
attr.
attr_chg_valid
|= CHG_UID;
in chown()
283
attr.
attr_chg_valid
|= CHG_GID;
in chown()
/kernel/liteos_a/fs/vfs/vfs_cmd/
H
A
D
vfs_shellcmd.c
1269
attr.
attr_chg_valid
= CHG_MODE; /* change mode */
in osShellCmdChmod()
1289
attr.
attr_chg_valid
= 0;
in osShellCmdChown()
1307
attr.
attr_chg_valid
|= CHG_GID;
in osShellCmdChown()
1311
attr.
attr_chg_valid
|= CHG_UID;
in osShellCmdChown()
1339
attr.
attr_chg_valid
= 0;
in osShellCmdChgrp()
1347
attr.
attr_chg_valid
|= CHG_GID;
in osShellCmdChgrp()
/kernel/liteos_a/fs/vfs/
H
A
D
vnode.c
664
if (attr->
attr_chg_valid
& CHG_MODE) {
in VnodeChattr()
670
if (attr->
attr_chg_valid
& CHG_UID) {
in VnodeChattr()
673
if (attr->
attr_chg_valid
& CHG_GID) {
in VnodeChattr()
/kernel/liteos_a/fs/jffs2/src/
H
A
D
vfs_jffs2.c
362
attr.
attr_chg_valid
= CHG_SIZE;
in VfsJffs2WritePage()
430
attr.
attr_chg_valid
= CHG_SIZE;
in VfsJffs2Write()
627
attr.
attr_chg_valid
= CHG_SIZE;
in Jffs2Truncate()
/kernel/liteos_a/fs/vfs/include/
H
A
D
vnode.h
81
unsigned int
attr_chg_valid
;
member
/kernel/liteos_a/fs/fat/os_adapt/
H
A
D
fatfs.c
1458
if (attr->
attr_chg_valid
& CHG_ATIME) {
in fatfs_chtime()
1463
if (attr->
attr_chg_valid
& CHG_CTIME) {
in fatfs_chtime()
1468
if (attr->
attr_chg_valid
& CHG_MTIME) {
in fatfs_chtime()
1500
if (attr->
attr_chg_valid
& CHG_MODE) {
in fatfs_chattr()
1514
if (attr->
attr_chg_valid
& (CHG_ATIME | CHG_CTIME | CHG_MTIME)) {
in fatfs_chattr()
Completed in 13 milliseconds