Searched refs:ffs_fserr (Results 1 – 1 of 1) sorted by relevance
| /dragonfly/sys/vfs/ufs/ |
| HD | ffs_alloc.c | 77 static void ffs_fserr (struct fs *, uint, char *); 157 ffs_fserr(fs, cred->cr_uid, "filesystem full"); in ffs_alloc() 314 ffs_fserr(fs, cred->cr_uid, "filesystem full"); in ffs_realloccg() 645 ffs_fserr(fs, cred->cr_uid, "out of inodes"); in ffs_valloc() 1512 ffs_fserr(fs, i_din_uid, "bad block"); in ffs_blkfree_cg() 1973 ffs_fserr(struct fs *fs, uint uid, char *cp) in ffs_fserr() function
|