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:actimeo
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
cifs_fs_sb.h
67
unsigned long
actimeo
; /* attribute cache timeout (jiffies) */
member
H
A
D
connect.c
224
{ Opt_actimeo, "
actimeo
=%s" },
1453
vol->
actimeo
= CIFS_DEF_ACTIMEO;
in cifs_parse_mount_options()
1890
cifs_dbg(VFS, "%s: Invalid
actimeo
value\n",
in cifs_parse_mount_options()
1894
vol->
actimeo
= HZ * option;
in cifs_parse_mount_options()
1895
if (vol->
actimeo
> CIFS_MAX_ACTIMEO) {
in cifs_parse_mount_options()
3482
if (old->
actimeo
!= new->
actimeo
)
in compare_mount_options()
3941
cifs_sb->
actimeo
= pvolume_info->
actimeo
;
in cifs_setup_cifs_sb()
H
A
D
inode.c
2194
if (!cifs_sb->
actimeo
)
2198
cifs_i->time + cifs_sb->
actimeo
))
H
A
D
cifsglob.h
611
unsigned long
actimeo
; /* attribute cache timeout (jiffies) */
member
H
A
D
cifsfs.c
636
/* convert
actimeo
and display it in seconds */
in cifs_show_options()
637
seq_printf(s, ",
actimeo
=%lu", cifs_sb->
actimeo
/ HZ);
in cifs_show_options()
Completed in 16 milliseconds