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:lc_mtime
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
blocklayout.c
124
if (lcp->
lc_mtime
.tv_nsec == UTIME_NOW ||
in nfsd4_block_commit_blocks()
125
timespec64_compare(&lcp->
lc_mtime
, &inode->i_mtime) < 0)
in nfsd4_block_commit_blocks()
126
lcp->
lc_mtime
= current_time(inode);
in nfsd4_block_commit_blocks()
128
iattr.ia_atime = iattr.ia_ctime = iattr.ia_mtime = lcp->
lc_mtime
;
in nfsd4_block_commit_blocks()
H
A
D
xdr4.h
495
struct timespec64
lc_mtime
; /* request */
member
H
A
D
nfs4xdr.c
1786
status = nfsd4_decode_nfstime4(argp, &lcp->
lc_mtime
);
in nfsd4_decode_layoutcommit()
1790
lcp->
lc_mtime
.tv_nsec = UTIME_NOW;
in nfsd4_decode_layoutcommit()
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
blocklayout.c
127
if (lcp->
lc_mtime
.tv_nsec == UTIME_NOW ||
in nfsd4_block_commit_blocks()
128
timespec64_compare(&lcp->
lc_mtime
, &inode->i_mtime) < 0)
in nfsd4_block_commit_blocks()
129
lcp->
lc_mtime
= current_time(inode);
in nfsd4_block_commit_blocks()
131
iattr.ia_atime = iattr.ia_ctime = iattr.ia_mtime = lcp->
lc_mtime
;
in nfsd4_block_commit_blocks()
H
A
D
xdr4.h
504
struct timespec64
lc_mtime
; /* request */
member
H
A
D
nfs4xdr.c
1669
status = nfsd4_decode_time(argp, &lcp->
lc_mtime
);
in nfsd4_decode_layoutcommit()
1673
lcp->
lc_mtime
.tv_nsec = UTIME_NOW;
in nfsd4_decode_layoutcommit()
Completed in 20 milliseconds