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:__i_ctime
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/fs/hmdfs/
H
A
D
inode_root.c
51
inode->
__i_ctime
= lower_inode->
__i_ctime
;
in fill_device_local_inode()
308
inode->
__i_ctime
= lower_inode->
__i_ctime
;
in fill_device_inode()
370
inode->
__i_ctime
= lower_inode->
__i_ctime
;
in fill_root_inode()
H
A
D
file_local.c
120
inode->
__i_ctime
= lower_inode->
__i_ctime
;
in hmdfs_file_modified()
H
A
D
inode_cloud.c
233
inode->
__i_ctime
.tv_sec = 0;
in fill_inode_cloud()
234
inode->
__i_ctime
.tv_nsec = 0;
in fill_inode_cloud()
H
A
D
inode_merge.c
73
inode->
__i_ctime
= li->
__i_ctime
;
in update_inode_attr()
823
inode->
__i_ctime
= lower_inode->
__i_ctime
;
in hmdfs_setattr_merge()
H
A
D
inode_local.c
119
inode->
__i_ctime
= lower_inode->
__i_ctime
;
in fill_inode_local()
907
inode->
__i_ctime
= lower_inode->
__i_ctime
;
in hmdfs_setattr_local()
H
A
D
hmdfs_server.c
458
info->inode->
__i_ctime
;
in hmdfs_update_open_response()
953
return !need_rebuild_dcache(&header, inode->
__i_ctime
, precision);
in hmdfs_server_cache_validate()
996
return !need_rebuild_dcache(&header, inode->
__i_ctime
,
in hmdfs_client_cache_validate()
1482
header->dentry_ctime = cpu_to_le64(inode->
__i_ctime
.tv_sec);
in hmdfs_server_set_header()
1483
header->dentry_ctime_nsec = cpu_to_le64(inode->
__i_ctime
.tv_nsec);
in hmdfs_server_set_header()
H
A
D
inode_remote.c
357
inode->
__i_ctime
.tv_sec = 0;
in fill_inode_remote()
358
inode->
__i_ctime
.tv_nsec = 0;
in fill_inode_remote()
H
A
D
file_remote.c
137
inode->
__i_ctime
= open_ret->remote_ctime;
in hmdfs_open_final_remote()
415
inode->
__i_ctime
= getattr_ret->stat.ctime;
in hmdfs_remote_keep_writecache()
H
A
D
inode_cloud_merge.c
713
dir->
__i_ctime
= dir->i_mtime = current_time(dir);
in hmdfs_update_meta()
/kernel/linux/linux-6.6/fs/sharefs/
H
A
D
lookup.c
130
inode->
__i_ctime
.tv_sec = 0;
in sharefs_iget()
131
inode->
__i_ctime
.tv_nsec = 0;
in sharefs_iget()
/kernel/linux/linux-6.6/include/linux/
H
A
D
fs.h
678
struct timespec64
__i_ctime
; /* use inode_*_ctime accessors! */
member
1578
return inode->
__i_ctime
.tv_sec;
in inode_get_ctime_sec()
1583
return inode->
__i_ctime
.tv_nsec;
in inode_get_ctime_nsec()
1588
return inode->
__i_ctime
;
in inode_get_ctime()
1594
inode->
__i_ctime
= ts;
in inode_set_ctime_to_ts()
Completed in 30 milliseconds