HomeSort by: relevance | last modified time | path
    Searched defs:ffs_fserr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/ufs/ffs/
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
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

Completed in 24 milliseconds