Home | History | Annotate | Download | only in nilfs

Lines Matching refs:nilfs

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")
248 CTLTYPE_NODE, "nilfs",
422 printf("nilfs warning: broken superblock, using spare\n");
429 printf("nilfs: no valid superblocks found\n");
610 DPRINTF(VOLUMES, ("Mounting NILFS device\n"));
700 DPRINTF(VOLUMES, ("NILFS device mounted ok\n"));
882 vprint("NILFS mount, trying to mount \n", devvp);
912 /* allocate nilfs part of mount structure; malloc always succeeds */
931 /* DONT register our nilfs mountpoint on our vfs mountpoint */
985 panic("NILFS unmount: empty ump\n");