Symbol: ihandle
arch/powerpc/boot/oflib.c
110
static ihandle chosen_mmu;
arch/powerpc/boot/oflib.c
111
static ihandle memory;
arch/powerpc/kernel/prom_init.c
116
ihandle root;
arch/powerpc/kernel/prom_init.c
119
ihandle stdout;
arch/powerpc/kernel/prom_init.c
120
ihandle mmumap;
arch/powerpc/kernel/prom_init.c
121
ihandle memory;
arch/powerpc/kernel/prom_init.c
1403
ihandle root;
arch/powerpc/kernel/prom_init.c
1445
ihandle elfloader;
arch/powerpc/kernel/prom_init.c
1784
ihandle stdin;
arch/powerpc/kernel/prom_init.c
1840
ihandle rtas_inst;
arch/powerpc/kernel/prom_init.c
1907
ihandle ibmvtpm_inst;
arch/powerpc/kernel/prom_init.c
1985
ihandle phb_node;
arch/powerpc/kernel/prom_init.c
2368
static int __init prom_set_color(ihandle ih, int i, int r, int g, int b)
arch/powerpc/kernel/prom_init.c
2385
ihandle ih;
arch/powerpc/kernel/prom_init.c
3136
ihandle prom_cpu;
drivers/usb/class/cdc-wdm.c
99
dma_addr_t ihandle;
fs/orangefs/orangefs-kernel.h
258
} ihandle;
fs/orangefs/orangefs-kernel.h
260
ihandle.u[0] = khandle->u[0] ^ khandle->u[4];
fs/orangefs/orangefs-kernel.h
261
ihandle.u[1] = khandle->u[1] ^ khandle->u[5];
fs/orangefs/orangefs-kernel.h
262
ihandle.u[2] = khandle->u[2] ^ khandle->u[6];
fs/orangefs/orangefs-kernel.h
263
ihandle.u[3] = khandle->u[3] ^ khandle->u[7];
fs/orangefs/orangefs-kernel.h
264
ihandle.u[4] = khandle->u[12] ^ khandle->u[8];
fs/orangefs/orangefs-kernel.h
265
ihandle.u[5] = khandle->u[13] ^ khandle->u[9];
fs/orangefs/orangefs-kernel.h
266
ihandle.u[6] = khandle->u[14] ^ khandle->u[10];
fs/orangefs/orangefs-kernel.h
267
ihandle.u[7] = khandle->u[15] ^ khandle->u[11];
fs/orangefs/orangefs-kernel.h
269
return ihandle.ino;
fs/xfs/libxfs/xfs_fs.h
580
void __user *ihandle;/* user supplied handle */
fs/xfs/xfs_handle.c
227
return xfs_handle_to_dentry(parfilp, hreq->ihandle, hreq->ihandlen);
fs/xfs/xfs_ioctl32.c
324
hreq->ihandle = compat_ptr(hreq32.ihandle);
fs/xfs/xfs_ioctl32.c
338
compat_ptr(hreq->ihandle), hreq->ihandlen);
fs/xfs/xfs_ioctl32.h
82
compat_uptr_t ihandle; /* user supplied handle */