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:drbd_genlmsghdr
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
drbd_genl_api.h
6
* struct
drbd_genlmsghdr
- DRBD specific header used in NETLINK_GENERIC requests
24
struct
drbd_genlmsghdr
{
struct
32
/* To be used in
drbd_genlmsghdr
.flags */
52
#define GENL_MAGIC_FAMILY_HDRSZ sizeof(struct
drbd_genlmsghdr
)
/kernel/linux/linux-6.6/include/linux/
H
A
D
drbd_genl_api.h
6
* struct
drbd_genlmsghdr
- DRBD specific header used in NETLINK_GENERIC requests
24
struct
drbd_genlmsghdr
{
struct
32
/* To be used in
drbd_genlmsghdr
.flags */
52
#define GENL_MAGIC_FAMILY_HDRSZ sizeof(struct
drbd_genlmsghdr
)
/kernel/linux/linux-5.10/drivers/block/drbd/
H
A
D
drbd_nl.c
162
struct
drbd_genlmsghdr
*d_in = info->userhdr;
in drbd_adm_prepare()
1466
unsigned flags = ((struct
drbd_genlmsghdr
*)info->userhdr)->flags;
in should_set_defaults()
3301
struct
drbd_genlmsghdr
*dh;
in drbd_adm_dump_resources()
3416
struct
drbd_genlmsghdr
*dh;
in drbd_adm_dump_devices()
3505
struct
drbd_genlmsghdr
*dh;
in drbd_adm_dump_connections()
3668
struct
drbd_genlmsghdr
*dh;
in drbd_adm_dump_peer_devices()
3791
* Minor number is in
drbd_genlmsghdr
. */
in nla_put_status_info()
3915
struct
drbd_genlmsghdr
*dh;
in get_one_status()
4336
struct
drbd_genlmsghdr
*dh = info->userhdr;
in drbd_adm_new_minor()
4576
struct
drbd_genlmsghdr
*d_ou
in drbd_bcast_event()
[all...]
H
A
D
drbd_int.h
989
/* assigned from
drbd_genlmsghdr
*/
1003
struct
drbd_genlmsghdr
*reply_dh;
/kernel/linux/linux-6.6/drivers/block/drbd/
H
A
D
drbd_nl.c
162
struct
drbd_genlmsghdr
*d_in = genl_info_userhdr(info);
in drbd_adm_prepare()
1399
struct
drbd_genlmsghdr
*dh = genl_info_userhdr(info);
in should_set_defaults()
3245
struct
drbd_genlmsghdr
*dh;
in drbd_adm_dump_resources()
3360
struct
drbd_genlmsghdr
*dh;
in drbd_adm_dump_devices()
3449
struct
drbd_genlmsghdr
*dh;
in drbd_adm_dump_connections()
3612
struct
drbd_genlmsghdr
*dh;
in drbd_adm_dump_peer_devices()
3735
* Minor number is in
drbd_genlmsghdr
. */
in nla_put_status_info()
3859
struct
drbd_genlmsghdr
*dh;
in get_one_status()
4280
struct
drbd_genlmsghdr
*dh = genl_info_userhdr(info);
in drbd_adm_new_minor()
4520
struct
drbd_genlmsghdr
*d_ou
in drbd_bcast_event()
[all...]
H
A
D
drbd_int.h
919
/* assigned from
drbd_genlmsghdr
*/
933
struct
drbd_genlmsghdr
*reply_dh;
Completed in 31 milliseconds