Home
last modified time | relevance | path

Searched refs:udf_unmount (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/fs/udf/
H A Dudf_vfsops.c119 static vfs_unmount_t udf_unmount; variable
131 .vfs_unmount = udf_unmount,
509 udf_unmount(struct mount *mp, int mntflags) in udf_unmount() function