Searched refs:ino_to_cg (Results 1 – 2 of 2) sorted by relevance
373 #define ino_to_cg(fs, x) ((x) / (fs)->fs_ipg) macro375 ((ufs2_daddr_t)(cgimin(fs, ino_to_cg(fs, x)) + \
545 #define ino_to_cg(fs, x) (((ino_t)(x)) / (fs)->fs_ipg) macro547 ((ufs2_daddr_t)(cgimin(fs, ino_to_cg(fs, (ino_t)(x))) + \