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:ITIME
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/fs/jffs2/
H
A
D
dir.c
208
ITIME
(je32_to_cpu(ri->ctime)));
in jffs2_create()
241
dir_i->i_mtime = inode_set_ctime_to_ts(dir_i,
ITIME
(now));
in jffs2_unlink()
275
dir_i->i_mtime = inode_set_ctime_to_ts(dir_i,
ITIME
(now));
in jffs2_link()
427
ITIME
(je32_to_cpu(rd->mctime)));
in jffs2_symlink()
572
ITIME
(je32_to_cpu(rd->mctime)));
in jffs2_mkdir()
613
dir_i->i_mtime = inode_set_ctime_to_ts(dir_i,
ITIME
(now));
in jffs2_rmdir()
750
ITIME
(je32_to_cpu(rd->mctime)));
in jffs2_mknod()
872
ITIME
(now));
in jffs2_rename()
879
old_dir_i->i_mtime = inode_set_ctime_to_ts(old_dir_i,
ITIME
(now));
in jffs2_rename()
880
new_dir_i->i_mtime = inode_set_ctime_to_ts(new_dir_i,
ITIME
(no
in jffs2_rename()
[all...]
H
A
D
fs.c
150
inode->i_atime =
ITIME
(je32_to_cpu(ri->atime));
in jffs2_do_setattr()
151
inode_set_ctime_to_ts(inode,
ITIME
(je32_to_cpu(ri->ctime)));
in jffs2_do_setattr()
152
inode->i_mtime =
ITIME
(je32_to_cpu(ri->mtime));
in jffs2_do_setattr()
285
inode->i_atime =
ITIME
(je32_to_cpu(latest_node.atime));
in jffs2_iget()
286
inode->i_mtime =
ITIME
(je32_to_cpu(latest_node.mtime));
in jffs2_iget()
287
inode_set_ctime_to_ts(inode,
ITIME
(je32_to_cpu(latest_node.ctime)));
in jffs2_iget()
H
A
D
os-linux.h
35
#define
ITIME
(sec) ((struct timespec64){sec, 0})
macro
H
A
D
file.c
321
ITIME
(je32_to_cpu(ri->ctime)));
in jffs2_write_end()
/kernel/linux/linux-5.10/fs/jffs2/
H
A
D
dir.c
204
dir_i->i_mtime = dir_i->i_ctime =
ITIME
(je32_to_cpu(ri->ctime));
in jffs2_create()
237
dir_i->i_mtime = dir_i->i_ctime =
ITIME
(now);
in jffs2_unlink()
271
dir_i->i_mtime = dir_i->i_ctime =
ITIME
(now);
in jffs2_link()
421
dir_i->i_mtime = dir_i->i_ctime =
ITIME
(je32_to_cpu(rd->mctime));
in jffs2_symlink()
564
dir_i->i_mtime = dir_i->i_ctime =
ITIME
(je32_to_cpu(rd->mctime));
in jffs2_mkdir()
605
dir_i->i_mtime = dir_i->i_ctime =
ITIME
(now);
in jffs2_rmdir()
740
dir_i->i_mtime = dir_i->i_ctime =
ITIME
(je32_to_cpu(rd->mctime));
in jffs2_mknod()
860
new_dir_i->i_mtime = new_dir_i->i_ctime =
ITIME
(now);
in jffs2_rename()
867
new_dir_i->i_mtime = new_dir_i->i_ctime = old_dir_i->i_mtime = old_dir_i->i_ctime =
ITIME
(now);
in jffs2_rename()
H
A
D
fs.c
150
inode->i_atime =
ITIME
(je32_to_cpu(ri->atime));
in jffs2_do_setattr()
151
inode->i_ctime =
ITIME
(je32_to_cpu(ri->ctime));
in jffs2_do_setattr()
152
inode->i_mtime =
ITIME
(je32_to_cpu(ri->mtime));
in jffs2_do_setattr()
284
inode->i_atime =
ITIME
(je32_to_cpu(latest_node.atime));
in jffs2_iget()
285
inode->i_mtime =
ITIME
(je32_to_cpu(latest_node.mtime));
in jffs2_iget()
286
inode->i_ctime =
ITIME
(je32_to_cpu(latest_node.ctime));
in jffs2_iget()
H
A
D
os-linux.h
35
#define
ITIME
(sec) ((struct timespec64){sec, 0})
macro
H
A
D
file.c
321
inode->i_ctime = inode->i_mtime =
ITIME
(je32_to_cpu(ri->ctime));
in jffs2_write_end()
Completed in 7 milliseconds