Searched refs:INOPB (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ufs2/
H A Dufs2.h269 u_int32_t fs_inopb; /* value of INOPB */
586 (blkstofrags((fs), ((((ino_t)(x)) % (fs)->fs_ipg) / INOPB(fs))))))
587 #define ino_to_fsbo(fs, x) (((ino_t)(x)) % INOPB(fs))
702 #define INOPB(fs) ((fs)->fs_inopb) macro

Completed in 81 milliseconds