Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_mount.h543 extern int xfs_unmountfs(xfs_mount_t *, struct cred *);
Dxfs_mount.c1075 xfs_unmountfs(xfs_mount_t *mp, struct cred *cr) function
Dxfs_vfsops.c616 xfs_unmountfs(mp, credp); in xfs_unmount()