Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ffs/
H A Dffs_alloc.c113 static int ffs_checkfreeblk(struct inode *, ufs2_daddr_t, long);
599 if (!ffs_checkfreeblk(ip, in ffs_reallocblks_ufs1()
721 if (!ffs_checkfreeblk(ip, in ffs_reallocblks_ufs1()
804 if (!ffs_checkfreeblk(ip, dbtofsb(fs, bp->b_blkno), in ffs_reallocblks_ufs1()
866 if (!ffs_checkfreeblk(ip, in ffs_reallocblks_ufs2()
987 if (!ffs_checkfreeblk(ip, in ffs_reallocblks_ufs2()
1070 if (!ffs_checkfreeblk(ip, dbtofsb(fs, bp->b_blkno), in ffs_reallocblks_ufs2()
2778 ffs_checkfreeblk(struct inode *ip, in ffs_checkfreeblk() function