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:cfids
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
cached_dir.c
20
static struct cached_fid *find_or_create_cached_dir(struct cached_fids *
cfids
,
in find_or_create_cached_dir()
argument
27
spin_lock(&
cfids
->cfid_list_lock);
in find_or_create_cached_dir()
28
list_for_each_entry(cfid, &
cfids
->entries, entry) {
in find_or_create_cached_dir()
36
spin_unlock(&
cfids
->cfid_list_lock);
in find_or_create_cached_dir()
40
spin_unlock(&
cfids
->cfid_list_lock);
in find_or_create_cached_dir()
45
spin_unlock(&
cfids
->cfid_list_lock);
in find_or_create_cached_dir()
48
if (
cfids
->num_entries >= max_cached_dirs) {
in find_or_create_cached_dir()
49
spin_unlock(&
cfids
->cfid_list_lock);
in find_or_create_cached_dir()
54
spin_unlock(&
cfids
->cfid_list_lock);
in find_or_create_cached_dir()
57
cfid->
cfids
in find_or_create_cached_dir()
146
struct cached_fids *
cfids
;
open_cached_dir()
local
379
struct cached_fids *
cfids
= tcon->
cfids
;
open_cached_dir_by_dentry()
local
460
struct cached_fids *
cfids
;
close_all_cached_dirs()
local
483
struct cached_fids *
cfids
= tcon->
cfids
;
invalidate_all_cached_dirs()
local
533
struct cached_fids *
cfids
= tcon->
cfids
;
cached_dir_lease_break()
local
609
struct cached_fids *
cfids
;
cfids_laundromat_worker()
local
654
struct cached_fids *
cfids
;
init_cached_dirs()
local
673
free_cached_dirs(struct cached_fids *
cfids
)
free_cached_dirs()
argument
[all...]
H
A
D
cached_dir.h
35
struct cached_fids *
cfids
;
member
55
* - accessing the
cfids
->entries list
64
extern void free_cached_dirs(struct cached_fids *
cfids
);
H
A
D
misc.c
125
ret_buf->
cfids
= init_cached_dirs();
in tcon_info_alloc()
126
if (!ret_buf->
cfids
) {
in tcon_info_alloc()
131
/* else ret_buf->
cfids
is already set to NULL above */
in tcon_info_alloc()
157
free_cached_dirs(tcon->
cfids
);
in tconInfoFree()
H
A
D
cifsglob.h
1249
struct cached_fids *
cfids
;
member
Completed in 10 milliseconds