Home
last modified time | relevance | path

Searched refs:ext2fs_fserr (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/ufs/ext2fs/
Dext2fs_alloc.c88 static void ext2fs_fserr(struct m_ext2fs *, u_int, const char *);
151 ext2fs_fserr(fs, kauth_cred_geteuid(cred), "file system full"); in ext2fs_alloc()
197 ext2fs_fserr(fs, kauth_cred_geteuid(cred), "out of inodes"); in ext2fs_valloc()
532 ext2fs_fserr(fs, ip->i_uid, "bad block"); in ext2fs_blkfree()
658 ext2fs_fserr(struct m_ext2fs *fs, u_int uid, const char *cp) in ext2fs_fserr() function