ffs_alloc.c | 114 static void ffs_fserr(struct fs *, kauth_cred_t, const char *); 147 ffs_fserr(fs, NOCRED, "bad block"); 290 ffs_fserr(fs, cred, "file system full"); 546 ffs_fserr(fs, cred, "file system full"); 620 ffs_fserr(fs, cred, "out of inodes"); 2233 ffs_fserr(struct fs *fs, kauth_cred_t cred, const char *cp) function in typeref:typename:void
|