OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fs_ipg
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/hppa/stand/xxboot/
readufs_ffs.c
104
fsi_ffs.ipg = buf.sblk.
fs_ipg
;
111
#define
fs_ipg
fs_u.u_ffs.ipg
macro
/src/sys/arch/x68k/stand/boot_ufs/
readufs_ffs.c
105
fsi_ffs.ipg = buf.sblk.
fs_ipg
;
112
#define
fs_ipg
fs_u.u_ffs.ipg
macro
/src/sys/ufs/ffs/
fs.h
311
u_int32_t
fs_ipg
; /* inodes per group */
member in struct:fs
489
#define CGSIZE(fs) CGSIZE_IF((fs), (fs)->
fs_ipg
, (fs)->fs_fpg)
650
#define ino_to_cg(fs, x) (((ino_t)(x)) / (fs)->
fs_ipg
)
653
(ffs_blkstofrags((fs), ((((ino_t)(x)) % (fs)->
fs_ipg
) / FFS_INOPB(fs))))))
Completed in 33 milliseconds
Indexes created Tue Sep 23 07:09:52 GMT 2025