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:update_ctime
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/fs/afs/
H
A
D
dir_silly.c
78
op->file[0].
update_ctime
= true;
in afs_do_silly_rename()
79
op->file[1].
update_ctime
= true;
in afs_do_silly_rename()
207
op->file[0].
update_ctime
= true;
in afs_do_silly_unlink()
209
op->file[1].
update_ctime
= true;
in afs_do_silly_unlink()
222
op->file[1].
update_ctime
= false;
in afs_do_silly_unlink()
H
A
D
dir.c
1320
op->file[0].
update_ctime
= true;
in afs_mkdir()
1403
op->file[0].
update_ctime
= true;
in afs_rmdir()
1540
op->file[0].
update_ctime
= true;
in afs_unlink()
1565
op->file[1].
update_ctime
= true;
in afs_unlink()
1576
op->file[1].
update_ctime
= false;
in afs_unlink()
1623
op->file[0].
update_ctime
= true;
in afs_create()
1699
op->file[0].
update_ctime
= true;
in afs_link()
1700
op->file[1].
update_ctime
= true;
in afs_link()
1899
op->file[0].
update_ctime
= true;
in afs_rename()
1900
op->file[1].
update_ctime
in afs_rename()
[all...]
H
A
D
inode.c
197
if (vp->
update_ctime
)
in afs_apply_status()
916
op->file[0].
update_ctime
= 1;
in afs_setattr()
H
A
D
internal.h
756
bool
update_ctime
:1; /* Need to update the ctime */
member
/kernel/linux/linux-6.6/fs/afs/
H
A
D
dir_silly.c
78
op->file[0].
update_ctime
= true;
in afs_do_silly_rename()
79
op->file[1].
update_ctime
= true;
in afs_do_silly_rename()
207
op->file[0].
update_ctime
= true;
in afs_do_silly_unlink()
209
op->file[1].
update_ctime
= true;
in afs_do_silly_unlink()
222
op->file[1].
update_ctime
= false;
in afs_do_silly_unlink()
H
A
D
dir.c
1357
op->file[0].
update_ctime
= true;
in afs_mkdir()
1440
op->file[0].
update_ctime
= true;
in afs_rmdir()
1577
op->file[0].
update_ctime
= true;
in afs_unlink()
1602
op->file[1].
update_ctime
= true;
in afs_unlink()
1613
op->file[1].
update_ctime
= false;
in afs_unlink()
1660
op->file[0].
update_ctime
= true;
in afs_create()
1740
op->file[0].
update_ctime
= true;
in afs_link()
1741
op->file[1].
update_ctime
= true;
in afs_link()
1947
op->file[0].
update_ctime
= true;
in afs_rename()
1948
op->file[1].
update_ctime
in afs_rename()
[all...]
H
A
D
inode.c
208
if (vp->
update_ctime
)
in afs_apply_status()
972
op->file[0].
update_ctime
= 1;
in afs_setattr()
H
A
D
internal.h
775
bool
update_ctime
:1; /* Need to update the ctime */
member
/kernel/linux/linux-5.10/fs/reiserfs/
H
A
D
xattr.c
472
static void
update_ctime
(struct inode *inode)
in update_ctime()
function
502
update_ctime
(inode);
in lookup_and_delete_xattr()
610
update_ctime
(inode);
in reiserfs_xattr_set_handle()
/kernel/linux/linux-6.6/fs/reiserfs/
H
A
D
xattr.c
466
static void
update_ctime
(struct inode *inode)
in update_ctime()
function
497
update_ctime
(inode);
in lookup_and_delete_xattr()
605
update_ctime
(inode);
in reiserfs_xattr_set_handle()
/kernel/linux/linux-6.6/mm/
H
A
D
shmem.c
1177
bool
update_ctime
= true;
in shmem_setattr()
local
1206
update_ctime
= false;
in shmem_setattr()
1241
if (!error &&
update_ctime
) {
in shmem_setattr()
Completed in 23 milliseconds