OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ino32_t
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/hppa/stand/xxboot/
readufs.h
31
typedef uint32_t
ino32_t
;
typedef
79
int (*get_inode)(
ino32_t
ino, union ufs_dinode *dibuf);
116
int get_ffs_inode(
ino32_t
ino, union ufs_dinode *dibuf);
117
int get_lfs_inode(
ino32_t
ino, union ufs_dinode *dibuf);
134
ino32_t
ufs_lookup(
ino32_t
dirino, const char *fn);
135
ino32_t
ufs_lookup_path(const char *path);
136
size_t ufs_load_file(void *buf,
ino32_t
dirino, const char *fn);
/src/sys/arch/x68k/stand/boot_ufs/
readufs.h
34
typedef uint32_t
ino32_t
;
typedef
81
int (*get_inode)(
ino32_t
ino, union ufs_dinode *dibuf);
122
ino32_t
ufs_lookup(
ino32_t
dirino, const char *fn);
123
ino32_t
ufs_lookup_path(const char *path);
124
size_t ufs_load_file(void *buf,
ino32_t
dirino, const char *fn);
/src/sys/lib/libsa/
ext2fs.c
117
typedef uint32_t
ino32_t
;
typedef
151
static int read_inode(
ino32_t
, struct open_file *);
154
static int search_directory(const char *, int, struct open_file *,
ino32_t
*);
165
read_inode(
ino32_t
inumber, struct open_file *f)
374
ino32_t
*inumber_p)
397
if (fs2h32(dp->e2d_ino) == (
ino32_t
)0)
499
ino32_t
inumber;
504
ino32_t
parent_inumber;
665
inumber = (
ino32_t
)EXT2_ROOTINO;
minixfs3.c
141
typedef uint32_t
ino32_t
;
typedef
174
static int read_inode(
ino32_t
, struct open_file *);
177
static int search_directory(const char *, int, struct open_file *,
ino32_t
*);
184
read_inode(
ino32_t
inumber, struct open_file *f)
397
ino32_t
*inumber_p)
426
if (fs2h32(dp->mfsd_ino) == (
ino32_t
) 0)
537
ino32_t
inumber;
542
ino32_t
parent_inumber;
687
inumber = (
ino32_t
) ROOT_INODE;
ufs.c
154
typedef uint32_t
ino32_t
;
typedef
206
static int read_inode(
ino32_t
, struct open_file *);
209
static int search_directory(const char *, int, struct open_file *,
ino32_t
*);
312
find_inode_sector(
ino32_t
inumber, struct open_file *f, daddr_t *isp)
350
read_inode(
ino32_t
inumber, struct open_file *f)
592
ino32_t
*inumber_p)
614
if (ffs_get_ino(fp, dp) == (
ino32_t
)0)
691
ino32_t
inumber;
696
ino32_t
parent_inumber;
867
inumber = (
ino32_t
)UFS_ROOTINO
[
all
...]
Completed in 63 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026