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:timeAdj
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
inode.c
621
fattr->cf_ctime.tv_sec += tcon->ses->server->
timeAdj
;
622
fattr->cf_mtime.tv_sec += tcon->ses->server->
timeAdj
;
677
fattr->cf_ctime.tv_sec += tcon->ses->server->
timeAdj
;
678
fattr->cf_mtime.tv_sec += tcon->ses->server->
timeAdj
;
H
A
D
readdir.c
335
int offset = cifs_sb_master_tcon(cifs_sb)->ses->server->
timeAdj
;
in cifs_std_info_to_fattr()
H
A
D
cifssmb.c
542
server->
timeAdj
= result;
in decode_lanman_negprot_rsp()
544
server->
timeAdj
= (int)tmp;
in decode_lanman_negprot_rsp()
545
server->
timeAdj
*= 60; /* also in seconds */
in decode_lanman_negprot_rsp()
547
cifs_dbg(FYI, "server->
timeAdj
: %d seconds\n", server->
timeAdj
);
in decode_lanman_negprot_rsp()
674
server->
timeAdj
= (int)(__s16)le16_to_cpu(pSMBr->ServerTimeZone);
in CIFSSMBNegotiate()
675
server->
timeAdj
*= 60;
in CIFSSMBNegotiate()
H
A
D
cifsglob.h
722
int
timeAdj
; /* Adjust for difference in server time zone in sec */
member
H
A
D
connect.c
5077
server->sec_mode, server->capabilities, server->
timeAdj
);
in cifs_setup_session()
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
inode.c
692
fattr->cf_ctime.tv_sec += tcon->ses->server->
timeAdj
;
in smb311_posix_info_to_fattr()
693
fattr->cf_mtime.tv_sec += tcon->ses->server->
timeAdj
;
in smb311_posix_info_to_fattr()
826
fattr->cf_ctime.tv_sec += tcon->ses->server->
timeAdj
;
in cifs_open_info_to_fattr()
827
fattr->cf_mtime.tv_sec += tcon->ses->server->
timeAdj
;
in cifs_open_info_to_fattr()
H
A
D
readdir.c
327
int offset = cifs_sb_master_tcon(cifs_sb)->ses->server->
timeAdj
;
in cifs_std_info_to_fattr()
H
A
D
cifsglob.h
707
int
timeAdj
; /* Adjust for difference in server time zone in sec */
member
H
A
D
connect.c
3935
server->sec_mode, server->capabilities, server->
timeAdj
);
in cifs_setup_session()
H
A
D
cifssmb.c
482
server->
timeAdj
= (int)(__s16)le16_to_cpu(pSMBr->ServerTimeZone);
in CIFSSMBNegotiate()
483
server->
timeAdj
*= 60;
in CIFSSMBNegotiate()
Completed in 44 milliseconds