Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/gnu/fs/xfs/
Dxfs_log.h179 int xfs_log_unmount_write(struct xfs_mount *mp);
Dxfs_vfsops.c722 xfs_log_unmount_write(mp);
2008 xfs_log_unmount_write(mp);
Dxfs_log.c557 error = xfs_log_unmount_write(mp); in xfs_log_unmount()
579 xfs_log_unmount_write(xfs_mount_t *mp) in xfs_log_unmount_write() function