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_otime
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
btrfs_inode.h
217
struct timespec64
i_otime
;
member
H
A
D
delayed-inode.c
1785
BTRFS_I(inode)->
i_otime
.tv_sec);
in fill_stack_inode_item()
1787
BTRFS_I(inode)->
i_otime
.tv_nsec);
in fill_stack_inode_item()
1835
BTRFS_I(inode)->
i_otime
.tv_sec =
in btrfs_fill_inode()
1837
BTRFS_I(inode)->
i_otime
.tv_nsec =
in btrfs_fill_inode()
H
A
D
inode.c
3340
BTRFS_I(inode)->
i_otime
.tv_sec =
in btrfs_read_locked_inode()
3342
BTRFS_I(inode)->
i_otime
.tv_nsec =
in btrfs_read_locked_inode()
3512
BTRFS_I(inode)->
i_otime
.tv_sec);
in fill_inode_item()
3514
BTRFS_I(inode)->
i_otime
.tv_nsec);
in fill_inode_item()
5494
BTRFS_I(inode)->
i_otime
= inode->i_mtime;
in new_simple_dir()
6098
BTRFS_I(inode)->
i_otime
= inode->i_mtime;
in btrfs_new_inode()
8708
ei->
i_otime
.tv_sec = 0;
in btrfs_alloc_inode()
8709
ei->
i_otime
.tv_nsec = 0;
in btrfs_alloc_inode()
8871
stat->btime.tv_sec = BTRFS_I(inode)->
i_otime
.tv_sec;
in btrfs_getattr()
8872
stat->btime.tv_nsec = BTRFS_I(inode)->
i_otime
in btrfs_getattr()
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
delayed-inode.c
1852
BTRFS_I(inode)->
i_otime
.tv_sec);
in fill_stack_inode_item()
1854
BTRFS_I(inode)->
i_otime
.tv_nsec);
in fill_stack_inode_item()
1903
BTRFS_I(inode)->
i_otime
.tv_sec =
in btrfs_fill_inode()
1905
BTRFS_I(inode)->
i_otime
.tv_nsec =
in btrfs_fill_inode()
H
A
D
btrfs_inode.h
249
struct timespec64
i_otime
;
member
H
A
D
inode.c
3781
BTRFS_I(inode)->
i_otime
.tv_sec =
in btrfs_read_locked_inode()
3783
BTRFS_I(inode)->
i_otime
.tv_nsec =
in btrfs_read_locked_inode()
3955
BTRFS_I(inode)->
i_otime
.tv_sec);
in fill_inode_item()
3957
BTRFS_I(inode)->
i_otime
.tv_nsec);
in fill_inode_item()
5624
BTRFS_I(inode)->
i_otime
= inode->i_mtime;
in new_simple_dir()
6301
BTRFS_I(inode)->
i_otime
= inode->i_mtime;
in btrfs_create_new_inode()
8510
ei->
i_otime
.tv_sec = 0;
in btrfs_alloc_inode()
8511
ei->
i_otime
.tv_nsec = 0;
in btrfs_alloc_inode()
8663
stat->btime.tv_sec = BTRFS_I(inode)->
i_otime
.tv_sec;
in btrfs_getattr()
8664
stat->btime.tv_nsec = BTRFS_I(inode)->
i_otime
in btrfs_getattr()
[all...]
Completed in 28 milliseconds