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

  /src/sys/ufs/ext2fs/
ext2fs_bswap.c 62 new->e2fs_mnt_count = bswap16(old->e2fs_mnt_count);
ext2fs.h 154 uint16_t e2fs_mnt_count; /* mount count */ member in struct:ext2fs
ext2fs_vfsops.c 304 fs->e2fs.e2fs_mnt_count++;
  /src/sbin/fsck_ext2fs/
setup.c 379 asblk.b_un.b_fs->e2fs_mnt_count = sblk.b_un.b_fs->e2fs_mnt_count;
474 bp->b_un.b_fs->e2fs_mnt_count = h2fs16(sblock.e2fs.e2fs_mnt_count);
  /src/sys/lib/libsa/
ext2fs.c 907 new->e2fs_mnt_count = bswap16(old->e2fs_mnt_count);
  /src/sbin/newfs_ext2fs/
mke2fs.c 357 sblock.e2fs.e2fs_mnt_count = 0;

Completed in 16 milliseconds