Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_stats.h146 extern void xfs_cleanup_procfs(void);
156 static __inline void xfs_cleanup_procfs(void) { }; in xfs_cleanup_procfs() function
Dxfs_stats.c113 xfs_cleanup_procfs(void) in xfs_cleanup_procfs() function
/linux-2.4.37.9/fs/xfs/
Dxfs_vfsops.c170 xfs_cleanup_procfs(); in xfs_cleanup()