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

  /src/sbin/mount_nilfs/
mount_nilfs.h 32 #include <fs/nilfs/nilfs_mount.h>
mount_nilfs.c 54 #include <fs/nilfs/nilfs_mount.h>
  /src/sys/fs/nilfs/
Makefile 3 INCSDIR= /usr/include/fs/nilfs
nilfs_vfsops.c 61 #include <fs/nilfs/nilfs_mount.h>
65 #include "nilfs.h"
69 MODULE(MODULE_CLASS_VFS, nilfs, NULL);
73 /* verbose levels of the nilfs filingsystem */
77 MALLOC_JUSTDEFINE(M_NILFSMNT, "NILFS mount", "NILFS mount structures");
78 MALLOC_JUSTDEFINE(M_NILFSTEMP, "NILFS temp", "NILFS scrap space");
85 VFS_PROTOS(nilfs);
237 SYSCTL_SETUP(nilfs_sysctl_setup, "nilfs sysctl"
    [all...]
nilfs_subr.c 55 #include <fs/nilfs/nilfs_mount.h>
56 #include "nilfs.h"
487 DPRINTF(VOLUMES, ("nilfs: bad magic in pseg %"PRIu64"\n",
524 DPRINTF(VOLUMES, ("nilfs: no super root in pseg %"PRIu64"\n",
594 DPRINTF(VOLUMES, ("nilfs: search_super_root start in pseg %"PRIu64"\n",
656 printf("nilfs: ignoring pseg at %"PRIu64"\n", i_ri->pseg);
679 /* initiase nilfs node */
nilfs_vnops.c 55 #include <fs/nilfs/nilfs_mount.h>
56 #include "nilfs.h"
80 DPRINTF(NODE, ("nilfs_inactive: inactive NULL NILFS node\n"));
399 * asynchronously from the nilfs device. Note that this lookup may
880 * Return POSIX pathconf information for NILFS file systems.
  /src/sys/modules/nilfs/
Makefile 5 .PATH: ${S}/fs/nilfs
7 KMOD= nilfs
  /src/sys/fs/
Makefile 3 SUBDIR= adosfs autofs cd9660 efs filecorefs hfs msdosfs nilfs ntfs ptyfs \
  /src/sys/rump/fs/lib/libnilfs/
Makefile 4 .PATH: ${.CURDIR}/../../../../fs/nilfs
7 COMMENT=NILFS
  /src/sys/modules/
Makefile 141 SUBDIR+= nilfs

Completed in 19 milliseconds