OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FHSIZE
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
mount.x
40
const
FHSIZE
= 32; /* size in bytes of a file handle */
48
typedef opaque fhandle[
FHSIZE
];
mount.h
18
#define
FHSIZE
32
20
typedef char fhandle[
FHSIZE
];
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
mount.x
40
const
FHSIZE
= 32; /* size in bytes of a file handle */
48
typedef opaque fhandle[
FHSIZE
];
mount.h
18
#define
FHSIZE
32
20
typedef char fhandle[
FHSIZE
];
Completed in 54 milliseconds