HomeSort by: relevance | last modified time | path
    Searched refs:ext2fs_alloc (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/modules/ext2fs/
Makefile 8 SRCS= ext2fs_alloc.c ext2fs_balloc.c ext2fs_bmap.c ext2fs_bswap.c \
  /src/sys/rump/fs/lib/libext2fs/
Makefile 9 SRCS= ext2fs_alloc.c ext2fs_balloc.c ext2fs_bmap.c ext2fs_bswap.c \
  /src/sys/ufs/ext2fs/
ext2fs_balloc.c 149 error = ext2fs_alloc(ip, bn,
188 error = ext2fs_alloc(ip, lbn, pref, cred, &newb);
228 error = ext2fs_alloc(ip, lbn, pref, cred, &newb);
266 error = ext2fs_alloc(ip, lbn, pref, cred, &newb);
ext2fs_extern.h 93 /* ext2fs_alloc.c */
94 int ext2fs_alloc(struct inode *, daddr_t, daddr_t , kauth_cred_t,
ext2fs_alloc.c 1 /* $NetBSD: ext2fs_alloc.c,v 1.59 2025/06/27 19:55:38 andvar Exp $ */
63 __KERNEL_RCSID(0, "$NetBSD: ext2fs_alloc.c,v 1.59 2025/06/27 19:55:38 andvar Exp $");
117 ext2fs_alloc(struct inode *ip, daddr_t lbn, daddr_t bpref, function in typeref:typename:int
128 panic("ext2fs_alloc: missing credential");

Completed in 14 milliseconds