* forward references
*/
static int extBalloc(struct inode *, s64, s64 *, s64 *);
+#ifdef _NOTYET
static int extBrealloc(struct inode *, s64, s64, s64 *, s64 *);
-int extRecord(struct inode *, xad_t *);
+#endif
static s64 extRoundDown(s64 nb);
/*
}
+#ifdef _NOTYET
/*
* NAME: extRealloc()
*
return (0);
}
+#endif /* _NOTYET */
/*
}
+#ifdef _NOTYET
/*
* NAME: extFill()
*
return (0);
}
+#endif /* _NOTYET */
/*
}
+#ifdef _NOTYET
/*
* NAME: extBrealloc()
*
*/
return (extBalloc(ip, blkno, newnblks, newblkno));
}
+#endif /* _NOTYET */
/*