Searched refs:nandfs_mount (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/sys/fs/nandfs/
H A Dnandfs_buffer.c45 #include <fs/nandfs/nandfs_mount.h>
H A Dnandfs_ifile.c51 #include <fs/nandfs/nandfs_mount.h>
H A Dnandfs_alloc.c51 #include <fs/nandfs/nandfs_mount.h>
H A Dnandfs_dat.c51 #include <fs/nandfs/nandfs_mount.h>
H A Dnandfs_vfsops.c54 #include <fs/nandfs/nandfs_mount.h>
58 static MALLOC_DEFINE(M_NANDFSMNT, "nandfs_mount", "NANDFS mount structure");
122 static vfs_mount_t nandfs_mount; variable
647 DPRINTF(VOLUMES, ("nandfs_mount: clean segs: %jx\n",
742 DPRINTF(VOLUMES, ("nandfs_mount: accepted super root\n"));
1190 nandfs_mount(struct mount *mp) function
1591 .vfs_mount = nandfs_mount,
H A Dnandfs_cleaner.c45 #include <fs/nandfs/nandfs_mount.h>
H A Dnandfs_sufile.c54 #include <fs/nandfs/nandfs_mount.h>
H A Dnandfs_segment.c60 #include <fs/nandfs/nandfs_mount.h>
H A Dnandfs_vnops.c62 #include <fs/nandfs/nandfs_mount.h>
/freebsd-12-stable/stand/libsa/
H A Dnandfs.c288 nandfs_mount(struct nandfs *fs, struct open_file *f) function
402 err = nandfs_mount(fs, f);

Completed in 137 milliseconds