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

  /src/sys/fs/efs/
efs_extent.h 58 #define EFS_EXTENT_MAGIC 0
efs_subr.c 393 KASSERT(ex->ex_magic == EFS_EXTENT_MAGIC);
efs_vnops.c 632 if (ex.ex_magic != EFS_EXTENT_MAGIC) {
633 EFS_DPRINTF(("efs_bmap: exn.ex_magic != EFS_EXTENT_MAGIC\n"));

Completed in 12 milliseconds