Searched defs:ino_t (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl2/mkhybrid/dist/ |
H A D | hash.c | 58 struct file_hash * FDECL2(find_hash, dev_t, dev, ino_t, inode){ in FDECL2() argument 93 void FDECL2(add_directory_hash, dev_t, dev, ino_t, inode){ in FDECL2() argument 107 struct file_hash * FDECL2(find_directory_hash, dev_t, dev, ino_t, inode){ in FDECL2() argument
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_platform_limits_linux.cpp | 37 # define ino_t __kernel_ino_t macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_platform_limits_linux.cc | 36 #define ino_t __kernel_ino_t macro
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_linux.cc | 35 #define ino_t __kernel_ino_t macro
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/ |
H A D | types.d | 94 alias ulong ino_t; in version() local 100 alias ulong_t ino_t; in version() local 152 alias ulong ino_t; in version() local 173 alias ulong ino_t; in version() local 179 alias uint ino_t; in version() local 199 alias ulong ino_t; in version() local 216 alias ulong ino_t; in version() local 232 alias long ino_t; in version() local 250 alias ulong ino_t; in version() local 256 alias c_ulong ino_t; in version() local
|
/netbsd-src/sbin/fsck_lfs/ |
H A D | vnode.c | 103 register_vget(void *fs, struct uvnode *func(void *, ino_t)) in register_vget() argument
|
/netbsd-src/sys/sys/ |
H A D | types.h | 172 typedef __ino_t ino_t; typedef 175 typedef uint64_t ino_t; /* inode number */ typedef
|
/netbsd-src/sbin/restore/ |
H A D | dirs.c | 229 treescan(const char *pname, ino_t ino, long (*todo)(const char *, ino_t, int)) in treescan() argument
|
/netbsd-src/sys/coda/ |
H A D | coda.h | 73 typedef u_long ino_t; typedef
|
/netbsd-src/external/public-domain/sqlite/dist/ |
H A D | shell.c | 2246 typedef unsigned short ino_t; typedef
|