Lines Matching refs:nilfs_mount
168 .vfs_mount = nilfs_mount,
571 struct nilfs_mount *ump; in nilfs_check_mounts()
707 nilfs_mount_checkpoint(struct nilfs_mount *ump) in nilfs_mount_checkpoint()
803 nilfs_stop_writing(struct nilfs_mount *ump) in nilfs_stop_writing()
826 struct nilfs_mount *ump = VFSTONILFS(mp); in free_nilfs_mountinfo()
836 nilfs_mount(struct mount *mp, const char *path, in nilfs_mount() function
841 struct nilfs_mount *ump; in nilfs_mount()
913 ump = malloc(sizeof(struct nilfs_mount), M_NILFSMNT, M_WAITOK | M_ZERO); in nilfs_mount()
978 struct nilfs_mount *ump; in nilfs_unmount()
1003 STAILQ_REMOVE(&nilfsdev->mounts, ump, nilfs_mount, next_mount); in nilfs_unmount()
1056 struct nilfs_mount *ump = VFSTONILFS(mp); in nilfs_statvfs()
1117 struct nilfs_mount *ump; in nilfs_loadvnode()