HomeSort by: relevance | last modified time | path
    Searched refs:ext2fs_bmap (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_extern.h 110 /* ext2fs_bmap.c */
111 int ext2fs_bmap(void *);
ext2fs_bmap.c 1 /* $NetBSD: ext2fs_bmap.c,v 1.31 2023/08/26 05:22:50 riastradh Exp $ */
68 __KERNEL_RCSID(0, "$NetBSD: ext2fs_bmap.c,v 1.31 2023/08/26 05:22:50 riastradh Exp $");
100 ext2fs_bmap(void *v) function in typeref:typename:int
ext2fs_vnops.c 1107 { &vop_bmap_desc, ext2fs_bmap }, /* bmap */

Completed in 14 milliseconds