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:ihandle
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-5.10/fs/orangefs/
H
A
D
orangefs-kernel.h
264
}
ihandle
;
in orangefs_khandle_to_ino()
local
266
ihandle
.u[0] = khandle->u[0] ^ khandle->u[4];
in orangefs_khandle_to_ino()
267
ihandle
.u[1] = khandle->u[1] ^ khandle->u[5];
in orangefs_khandle_to_ino()
268
ihandle
.u[2] = khandle->u[2] ^ khandle->u[6];
in orangefs_khandle_to_ino()
269
ihandle
.u[3] = khandle->u[3] ^ khandle->u[7];
in orangefs_khandle_to_ino()
270
ihandle
.u[4] = khandle->u[12] ^ khandle->u[8];
in orangefs_khandle_to_ino()
271
ihandle
.u[5] = khandle->u[13] ^ khandle->u[9];
in orangefs_khandle_to_ino()
272
ihandle
.u[6] = khandle->u[14] ^ khandle->u[10];
in orangefs_khandle_to_ino()
273
ihandle
.u[7] = khandle->u[15] ^ khandle->u[11];
in orangefs_khandle_to_ino()
275
return
ihandle
in orangefs_khandle_to_ino()
[all...]
/kernel/linux/linux-6.6/fs/orangefs/
H
A
D
orangefs-kernel.h
266
}
ihandle
;
in orangefs_khandle_to_ino()
local
268
ihandle
.u[0] = khandle->u[0] ^ khandle->u[4];
in orangefs_khandle_to_ino()
269
ihandle
.u[1] = khandle->u[1] ^ khandle->u[5];
in orangefs_khandle_to_ino()
270
ihandle
.u[2] = khandle->u[2] ^ khandle->u[6];
in orangefs_khandle_to_ino()
271
ihandle
.u[3] = khandle->u[3] ^ khandle->u[7];
in orangefs_khandle_to_ino()
272
ihandle
.u[4] = khandle->u[12] ^ khandle->u[8];
in orangefs_khandle_to_ino()
273
ihandle
.u[5] = khandle->u[13] ^ khandle->u[9];
in orangefs_khandle_to_ino()
274
ihandle
.u[6] = khandle->u[14] ^ khandle->u[10];
in orangefs_khandle_to_ino()
275
ihandle
.u[7] = khandle->u[15] ^ khandle->u[11];
in orangefs_khandle_to_ino()
277
return
ihandle
in orangefs_khandle_to_ino()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/boot/
H
A
D
oflib.c
110
static
ihandle
chosen_mmu;
111
static
ihandle
memory;
H
A
D
of.h
8
typedef u32
ihandle
;
typedef
/kernel/linux/linux-6.6/arch/powerpc/boot/
H
A
D
oflib.c
110
static
ihandle
chosen_mmu;
111
static
ihandle
memory;
H
A
D
of.h
8
typedef u32
ihandle
;
typedef
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_ioctl32.c
335
hreq->
ihandle
= compat_ptr(hreq32.
ihandle
);
in xfs_compat_handlereq_copyin()
349
compat_ptr(hreq->
ihandle
), hreq->ihandlen);
in xfs_compat_handlereq_to_dentry()
H
A
D
xfs_ioctl32.h
84
compat_uptr_t
ihandle
; /* user supplied handle */
member
H
A
D
xfs_ioctl.c
180
return xfs_handle_to_dentry(parfilp, hreq->
ihandle
, hreq->ihandlen);
in xfs_handlereq_to_dentry()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_ioctl32.c
323
hreq->
ihandle
= compat_ptr(hreq32.
ihandle
);
in xfs_compat_handlereq_copyin()
337
compat_ptr(hreq->
ihandle
), hreq->ihandlen);
in xfs_compat_handlereq_to_dentry()
H
A
D
xfs_ioctl32.h
82
compat_uptr_t
ihandle
; /* user supplied handle */
member
H
A
D
xfs_ioctl.c
182
return xfs_handle_to_dentry(parfilp, hreq->
ihandle
, hreq->ihandlen);
in xfs_handlereq_to_dentry()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
prom_init.c
118
ihandle
root;
121
ihandle
stdout;
122
ihandle
mmumap;
123
ihandle
memory;
220
* macros to use with any
ihandle
or phandle return value to check if
1367
ihandle
root;
in prom_send_capabilities()
1409
ihandle
elfloader;
in prom_send_capabilities()
1748
ihandle
stdin;
in prom_close_stdin()
1802
ihandle
rtas_inst;
in prom_instantiate_rtas()
1869
ihandle
ibmvtpm_ins
in prom_instantiate_sml()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
prom_init.c
116
ihandle
root;
119
ihandle
stdout;
120
ihandle
mmumap;
121
ihandle
memory;
218
* macros to use with any
ihandle
or phandle return value to check if
1395
ihandle
root;
in prom_send_capabilities()
1437
ihandle
elfloader;
in prom_send_capabilities()
1776
ihandle
stdin;
in prom_close_stdin()
1832
ihandle
rtas_inst;
in prom_instantiate_rtas()
1899
ihandle
ibmvtpm_ins
in prom_instantiate_sml()
[all...]
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_fs.h
554
void __user *
ihandle
;/* user supplied handle */
member
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_fs.h
557
void __user *
ihandle
;/* user supplied handle */
member
/kernel/linux/linux-5.10/drivers/usb/class/
H
A
D
cdc-wdm.c
97
dma_addr_t
ihandle
;
member
/kernel/linux/linux-5.10/include/linux/
H
A
D
of.h
29
typedef u32
ihandle
;
typedef
/kernel/linux/linux-6.6/include/linux/
H
A
D
of.h
25
typedef u32
ihandle
;
typedef
/kernel/linux/linux-6.6/drivers/usb/class/
H
A
D
cdc-wdm.c
100
dma_addr_t
ihandle
;
member
Completed in 34 milliseconds