Lines Matching refs:udf_mount
101 .vfs_mount = udf_mount,
234 struct udf_mount *ump; in free_udf_mountinfo()
281 struct udf_mount *ump = VFSTOUDF(mp); in udf_release_system_nodes()
302 udf_mount(struct mount *mp, const char *path, in udf_mount() function
307 struct udf_mount *ump; in udf_mount()
469 struct udf_mount *ump; in udf_unmount()
571 struct udf_mount *ump; in udf_mountfs()
593 ump = malloc(sizeof(struct udf_mount), M_UDFMNT, M_WAITOK | M_ZERO); in udf_mountfs()
756 struct udf_mount *ump = VFSTOUDF(mp); in udf_root()
783 struct udf_mount *ump = VFSTOUDF(mp); in udf_statvfs()
834 udf_sync_writeout_system_files(struct udf_mount *ump, int clearflags) in udf_sync_writeout_system_files()
868 struct udf_mount *ump = VFSTOUDF(mp); in udf_sync()