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:cached_fid
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
cached_dir.c
15
static struct
cached_fid
*init_cached_dir(const char *path);
16
static void free_cached_dir(struct
cached_fid
*cfid);
20
static struct
cached_fid
*find_or_create_cached_dir(struct cached_fids *cfids,
in find_or_create_cached_dir()
25
struct
cached_fid
*cfid;
in find_or_create_cached_dir()
128
bool lookup_only, struct
cached_fid
**ret_cfid)
in open_cached_dir()
145
struct
cached_fid
*cfid;
in open_cached_dir()
376
struct
cached_fid
**ret_cfid)
in open_cached_dir_by_dentry()
378
struct
cached_fid
*cfid;
in open_cached_dir_by_dentry()
401
struct
cached_fid
*cfid = container_of(ref, struct
cached_fid
,
in smb2_close_cached_fid()
[all...]
H
A
D
cached_dir.h
33
struct
cached_fid
{
struct
68
bool lookup_only, struct
cached_fid
**cfid);
71
struct
cached_fid
**cfid);
72
extern void close_cached_dir(struct
cached_fid
*cfid);
H
A
D
readdir.c
910
struct
cached_fid
*cfid)
in cifs_dir_emit()
932
struct
cached_fid
*cfid)
in cifs_filldir()
1041
struct
cached_fid
*cfid = NULL;
in cifs_readdir()
H
A
D
smb2inode.c
582
struct
cached_fid
*cfid = NULL;
in smb2_query_path_info()
H
A
D
smb2ops.c
813
struct
cached_fid
*cfid = NULL;
in smb3_qfs_tcon()
890
struct
cached_fid
*cfid;
in smb2_is_path_accessible()
2556
struct
cached_fid
*cfid = NULL;
in smb2_query_info_compound()
H
A
D
inode.c
2414
struct
cached_fid
*cfid = NULL;
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
smb2proto.h
74
struct
cached_fid
**cfid);
75
extern void close_shroot(struct
cached_fid
*cfid);
76
extern void close_shroot_lease(struct
cached_fid
*cfid);
77
extern void close_shroot_lease_locked(struct
cached_fid
*cfid);
H
A
D
smb2ops.c
625
struct
cached_fid
*cfid = container_of(ref, struct
cached_fid
,
in smb2_close_cached_fid()
638
void close_shroot(struct
cached_fid
*cfid)
in close_shroot()
645
void close_shroot_lease_locked(struct
cached_fid
*cfid)
in close_shroot_lease_locked()
653
void close_shroot_lease(struct
cached_fid
*cfid)
in close_shroot_lease()
663
struct
cached_fid
*cfid = container_of(work,
in smb2_cached_lease_break()
664
struct
cached_fid
, lease_break);
in smb2_cached_lease_break()
674
struct
cached_fid
**cfid)
in open_shroot()
860
struct
cached_fid
*cfid = NULL;
in smb3_qfs_tcon()
H
A
D
cifsglob.h
1073
struct
cached_fid
{
struct
1176
struct
cached_fid
crfid; /* Cached root fid */
H
A
D
smb2inode.c
532
struct
cached_fid
*cfid = NULL;
in smb2_query_path_info()
Completed in 26 milliseconds