Home
last modified time | relevance | path

Searched refs:SET_ITYPE (Results 1 – 3 of 3) sorted by relevance

/openbsd/sbin/fsck_ffs/
H A Dfsck.h97 #define SET_ITYPE(ino, v) do { GET_ITYPE(ino) = (v); } while (0) macro
H A Dpass1.c300 SET_ITYPE(inumber, IFTODT(mode)); in checkinode()
H A Dinode.c666 SET_ITYPE(ino, IFTODT(type)); in allocino()