Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ffs/
H A Dffs_extern.h78 void ffs_fserr(struct fs *, ino_t, char *);
H A Dffs_balloc.c339 ffs_fserr(fs, ip->i_number, "filesystem full"); in ffs_balloc_ufs1()
424 ffs_fserr(fs, ip->i_number, "filesystem full"); in ffs_balloc_ufs1()
960 ffs_fserr(fs, ip->i_number, "filesystem full"); in ffs_balloc_ufs2()
1046 ffs_fserr(fs, ip->i_number, "filesystem full"); in ffs_balloc_ufs2()
H A Dffs_alloc.c233 ffs_fserr(fs, ip->i_number, "filesystem full"); in ffs_alloc()
468 ffs_fserr(fs, ip->i_number, "filesystem full"); in ffs_realloccg()
1218 ffs_fserr(fs, pip->i_number, "out of inodes"); in ffs_valloc()
2299 ffs_fserr(fs, inum, "bad block"); in ffs_blkfree_cg()
3140 ffs_fserr(struct fs *fs, in ffs_fserr() function