Home
last modified time | relevance | path

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

/netbsd-src/sys/ufs/ffs/
H A Dffs_inode.c215 int extblocks; in ffs_truncate() local
248 extblocks = 0; in ffs_truncate()
251 extblocks = btodb(ffs_fragroundup(fs, oip->i_din2->di_extsize)); in ffs_truncate()
252 datablocks -= extblocks; in ffs_truncate()
254 if ((ioflag & IO_EXT) && extblocks > 0) { in ffs_truncate()
259 (void) chkdq(oip, -extblocks, NOCRED, FORCE); in ffs_truncate()
262 oip->i_din2->di_blocks -= extblocks; in ffs_truncate()
285 extblocks = 0; in ffs_truncate()
583 KASSERTMSG((length != 0 || extblocks || LIST_EMPTY(&ovp->v_cleanblkhd)), in ffs_truncate()
585 KASSERTMSG((length != 0 || extblocks || LIST_EMPTY(&ovp->v_dirtyblkhd)), in ffs_truncate()