Lines Matching refs:nilfs_mount
61 #include <fs/nilfs/nilfs_mount.h>
168 .vfs_mount = nilfs_mount,
473 printf("nilfs_mount: can't read in super block : %d\n", error);
488 DPRINTF(VOLUMES, ("nilfs_mount: accepted super block\n"));
514 DPRINTF(VOLUMES, ("nilfs_mount: accepted super root\n"));
571 struct nilfs_mount *ump;
707 nilfs_mount_checkpoint(struct nilfs_mount *ump)
803 nilfs_stop_writing(struct nilfs_mount *ump)
826 struct nilfs_mount *ump = VFSTONILFS(mp);
836 nilfs_mount(struct mount *mp, const char *path,
841 struct nilfs_mount *ump;
845 DPRINTF(VFSCALL, ("nilfs_mount called\n"));
890 * Create a nilfs_mount on the specified checkpoint. Note that only
913 ump = malloc(sizeof(struct nilfs_mount), M_NILFSMNT, M_WAITOK | M_ZERO);
965 DPRINTF(VOLUMES, ("nilfs_mount() successful\n"));
978 struct nilfs_mount *ump;
1003 STAILQ_REMOVE(&nilfsdev->mounts, ump, nilfs_mount, next_mount);
1056 struct nilfs_mount *ump = VFSTONILFS(mp);
1076 // struct nilfs_mount *ump = VFSTONILFS(mp);
1117 struct nilfs_mount *ump;