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_TIMES_SET
(Results
1 - 22
of
22
) sorted by relevance
/kernel/linux/linux-5.10/fs/
H
A
D
attr.c
158
if (ia_valid & (ATTR_MTIME_SET | ATTR_ATIME_SET |
ATTR_TIMES_SET
)) {
in setattr_prepare()
291
if (ia_valid & (ATTR_MODE | ATTR_UID | ATTR_GID |
ATTR_TIMES_SET
)) {
in notify_change()
H
A
D
utimes.c
59
newattrs.ia_valid |=
ATTR_TIMES_SET
;
in vfs_utimes()
/kernel/linux/linux-6.6/fs/
H
A
D
attr.c
213
if (ia_valid & (ATTR_MTIME_SET | ATTR_ATIME_SET |
ATTR_TIMES_SET
)) {
in setattr_prepare()
331
if (ia_valid & (ATTR_MODE | ATTR_UID | ATTR_GID |
ATTR_TIMES_SET
)) {
in may_setattr()
H
A
D
utimes.c
60
newattrs.ia_valid |=
ATTR_TIMES_SET
;
in vfs_utimes()
/kernel/linux/linux-6.6/fs/exfat/
H
A
D
file.c
262
if ((ia_valid & (ATTR_MTIME_SET | ATTR_ATIME_SET |
ATTR_TIMES_SET
)) &&
in exfat_setattr()
265
ATTR_TIMES_SET
);
in exfat_setattr()
/kernel/linux/linux-5.10/fs/exfat/
H
A
D
file.c
301
if ((ia_valid & (ATTR_MTIME_SET | ATTR_ATIME_SET |
ATTR_TIMES_SET
)) &&
in exfat_setattr()
304
ATTR_TIMES_SET
);
in exfat_setattr()
/kernel/linux/linux-5.10/fs/fat/
H
A
D
file.c
465
#define TIMES_SET_FLAGS (ATTR_MTIME_SET | ATTR_ATIME_SET |
ATTR_TIMES_SET
)
/kernel/linux/linux-6.6/fs/fat/
H
A
D
file.c
476
#define TIMES_SET_FLAGS (ATTR_MTIME_SET | ATTR_ATIME_SET |
ATTR_TIMES_SET
)
/kernel/linux/linux-5.10/fs/afs/
H
A
D
inode.c
875
ATTR_MTIME | ATTR_MTIME_SET |
ATTR_TIMES_SET
|
in afs_setattr()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_iops.c
821
ATTR_MTIME_SET|
ATTR_TIMES_SET
)) == 0);
in xfs_setattr_size()
/kernel/linux/linux-6.6/fs/afs/
H
A
D
inode.c
897
ATTR_MTIME | ATTR_MTIME_SET |
ATTR_TIMES_SET
| ATTR_TOUCH;
in afs_setattr()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_iops.c
803
ATTR_MTIME_SET|
ATTR_TIMES_SET
)) == 0);
in xfs_setattr_size()
/kernel/linux/linux-5.10/fs/fuse/
H
A
D
dir.c
1677
ATTR_TIMES_SET
)) {
in fuse_do_setattr()
/kernel/linux/linux-6.6/fs/fuse/
H
A
D
dir.c
1905
ATTR_TIMES_SET
)) {
in fuse_do_setattr()
/kernel/linux/linux-5.10/include/linux/
H
A
D
fs.h
201
#define
ATTR_TIMES_SET
(1 << 16)
macro
/kernel/linux/linux-6.6/include/linux/
H
A
D
fs.h
207
#define
ATTR_TIMES_SET
(1 << 16)
macro
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
file.c
880
ATTR_GID |
ATTR_TIMES_SET
))))
in f2fs_setattr()
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
inode.c
5411
ATTR_GID |
ATTR_TIMES_SET
))))
in ext4_setattr()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
inode.c
5314
ATTR_GID |
ATTR_TIMES_SET
))))
in ext4_setattr()
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
file.c
931
ATTR_GID |
ATTR_TIMES_SET
))))
in f2fs_setattr()
/kernel/linux/linux-5.10/security/selinux/
H
A
D
hooks.c
3097
ATTR_ATIME_SET | ATTR_MTIME_SET |
ATTR_TIMES_SET
))
in selinux_inode_setattr()
/kernel/linux/linux-6.6/security/selinux/
H
A
D
hooks.c
3141
ATTR_ATIME_SET | ATTR_MTIME_SET |
ATTR_TIMES_SET
))
in selinux_inode_setattr()
Completed in 80 milliseconds