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:vol_info
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
dfs_cache.c
49
struct
vol_info
{
struct
585
static void __vol_release(struct
vol_info
*vi)
in __vol_release()
595
struct
vol_info
*vi = container_of(kref, struct
vol_info
, refcnt);
in vol_release()
605
struct
vol_info
*vi, *nvi;
in free_vol_list()
1214
struct
vol_info
*vi;
in dfs_cache_add_vol()
1253
static struct
vol_info
*find_vol(const char *fullpath)
in find_vol()
1255
struct
vol_info
*vi;
in find_vol()
1275
struct
vol_info
*vi;
in dfs_cache_update_vol()
1309
struct
vol_info
*v
in dfs_cache_del_vol()
[all...]
H
A
D
connect.c
3819
struct cifs_sb_info *cifs_sb, struct smb_vol *
vol_info
)
in reset_cifs_unix_caps()
3832
if (
vol_info
&&
vol_info
->no_linux_ext) {
in reset_cifs_unix_caps()
3837
} else if (
vol_info
)
in reset_cifs_unix_caps()
3850
if (
vol_info
== NULL) {
in reset_cifs_unix_caps()
3869
if (
vol_info
&&
vol_info
->no_psx_acl)
in reset_cifs_unix_caps()
3878
if (
vol_info
&&
vol_info
->posix_paths == 0)
in reset_cifs_unix_caps()
3909
if (
vol_info
in reset_cifs_unix_caps()
3818
reset_cifs_unix_caps(unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, struct smb_vol *
vol_info
)
reset_cifs_unix_caps()
argument
5107
struct smb_vol *
vol_info
;
cifs_construct_tcon()
local
[all...]
H
A
D
smb2pdu.c
5297
struct smb3_fs_vol_info *
vol_info
= (struct smb3_fs_vol_info *)
in SMB2_QFS_attr()
local
5299
tcon->vol_serial_number =
vol_info
->VolumeSerialNumber;
in SMB2_QFS_attr()
5300
tcon->vol_create_time =
vol_info
->VolumeCreationTime;
in SMB2_QFS_attr()
/kernel/linux/linux-5.10/sound/pci/ice1712/
H
A
D
maya44.c
119
static const struct maya_vol_info
vol_info
[WM_NUM_VOLS] = {
variable
161
const struct maya_vol_info *vol = &
vol_info
[idx];
in maya_vol_info()
192
const struct maya_vol_info *vol = &
vol_info
[idx];
in maya_vol_put()
/kernel/linux/linux-6.6/sound/pci/ice1712/
H
A
D
maya44.c
119
static const struct maya_vol_info
vol_info
[WM_NUM_VOLS] = {
variable
161
const struct maya_vol_info *vol = &
vol_info
[idx];
in maya_vol_info()
192
const struct maya_vol_info *vol = &
vol_info
[idx];
in maya_vol_put()
/kernel/linux/linux-5.10/drivers/s390/block/
H
A
D
dasd_eckd.h
404
} __packed
vol_info
;
member
H
A
D
dasd_eckd.c
1622
return private->vsq.
vol_info
.ese;
in dasd_eckd_is_ese()
/kernel/linux/linux-6.6/drivers/s390/block/
H
A
D
dasd_eckd.h
413
} __packed
vol_info
;
member
H
A
D
dasd_eckd.c
1663
return private->vsq.
vol_info
.ese;
in dasd_eckd_is_ese()
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
smb2pdu.c
5741
struct smb3_fs_vol_info *
vol_info
= (struct smb3_fs_vol_info *)
in SMB2_QFS_attr()
local
5743
tcon->vol_serial_number =
vol_info
->VolumeSerialNumber;
in SMB2_QFS_attr()
5744
tcon->vol_create_time =
vol_info
->VolumeCreationTime;
in SMB2_QFS_attr()
Completed in 50 milliseconds