OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ino_to_cg
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/ufs/ext2fs/
ext2fs.h
525
#define
ino_to_cg
(fs, x) (((x) - 1) / (fs)->e2fs.e2fs_ipg)
macro
526
#define _e2fs_gd(fs, x) (fs)->e2fs_gd[
ino_to_cg
((fs), (x))]
/src/sys/ufs/ffs/
fs.h
650
#define
ino_to_cg
(fs, x) (((ino_t)(x)) / (fs)->fs_ipg)
macro
652
((daddr_t)(cgimin(fs,
ino_to_cg
(fs, (ino_t)(x))) + \
Completed in 14 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025