Searched refs:VFS_UNMOUNT (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/fs/xfs/linux-2.4/ |
D | xfs_vfs.h | 159 #define VFS_UNMOUNT(v, f, cr, rv) ((rv) = vfs_unmount(VHEAD(v), f,cr)) macro
|
D | xfs_super.c | 595 VFS_UNMOUNT(vfsp, 0, NULL, error); in linvfs_put_super() 952 VFS_UNMOUNT(vfsp, 0, NULL, error); in linvfs_read_super()
|