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:v_mtime
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
nfs3proc.c
231
__u32
v_mtime
, v_atime;
in nfsd3_create_file()
local
270
v_mtime
= 0;
in nfsd3_create_file()
280
v_mtime
= verifier[0] & 0x7fffffff;
in nfsd3_create_file()
297
if (d_inode(child)->i_mtime.tv_sec ==
v_mtime
&&
in nfsd3_create_file()
326
iap->ia_mtime.tv_sec =
v_mtime
;
in nfsd3_create_file()
H
A
D
nfs4proc.c
241
__u32
v_mtime
, v_atime;
in nfsd4_create_file()
local
282
v_mtime
= 0;
in nfsd4_create_file()
295
v_mtime
= verifier[0] & 0x7fffffff;
in nfsd4_create_file()
325
if (d_inode(child)->i_mtime.tv_sec ==
v_mtime
&&
in nfsd4_create_file()
334
if (d_inode(child)->i_mtime.tv_sec ==
v_mtime
&&
in nfsd4_create_file()
363
iap->ia_mtime.tv_sec =
v_mtime
;
in nfsd4_create_file()
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
vfs.c
1391
__u32
v_mtime
=0, v_atime=0;
in do_nfsd_create()
local
1440
v_mtime
= verifier[0]&0x7fffffff;
in do_nfsd_create()
1467
if ( d_inode(dchild)->i_mtime.tv_sec ==
v_mtime
in do_nfsd_create()
1476
if ( d_inode(dchild)->i_mtime.tv_sec ==
v_mtime
in do_nfsd_create()
1509
iap->ia_mtime.tv_sec =
v_mtime
;
in do_nfsd_create()
Completed in 9 milliseconds