Searched refs:ffs_fserr (Results 1 – 1 of 1) sorted by relevance
| /minix3/sys/ufs/ffs/ |
| H A D | ffs_alloc.c | 114 static void ffs_fserr(struct fs *, kauth_cred_t, const char *); 148 ffs_fserr(fs, NOCRED, "bad block"); in ffs_check_bad_allocation() 289 ffs_fserr(fs, cred, "file system full"); in ffs_alloc() 535 ffs_fserr(fs, cred, "file system full"); in ffs_realloccg() 608 ffs_fserr(fs, cred, "out of inodes"); in ffs_valloc() 2171 ffs_fserr(struct fs *fs, kauth_cred_t cred, const char *cp) in ffs_fserr() function
|