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_fsbo
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/lib/libsa/
minixfs3.h
125
#define
ino_to_fsbo
(fs, x) (((x) - 1) % (fs)->mfs_inodes_per_block)
macro
/src/sys/ufs/ext2fs/
ext2fs.h
531
#define
ino_to_fsbo
(fs, x) (((x) - 1) % (fs)->e2fs_ipb)
macro
/src/sys/ufs/ffs/
fs.h
654
#define
ino_to_fsbo
(fs, x) (((ino_t)(x)) % FFS_INOPB(fs))
macro
Completed in 15 milliseconds
Indexes created Sun Sep 28 16:09:52 GMT 2025