Searched refs:ffs_fserr (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/ufs/ffs/ |
H A D | ffs_extern.h | 78 void ffs_fserr(struct fs *, ino_t, char *);
|
H A D | ffs_balloc.c | 339 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 D | ffs_alloc.c | 233 ffs_fserr(fs, ip->i_number, "filesystem full"); in ffs_alloc() 468 ffs_fserr(fs, ip->i_number, "filesystem full"); in ffs_realloccg() 1219 ffs_fserr(fs, pip->i_number, "out of inodes"); in ffs_valloc() 2317 ffs_fserr(fs, inum, "bad block"); in ffs_blkfree_cg() 3158 ffs_fserr(struct fs *fs, in ffs_fserr() function
|