Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_super.h46 # define vfs_insertquota(vfs) vfs_insertops(vfsp, &xfs_qmops) macro
52 # define vfs_insertquota(vfs) do { } while (0) macro
Dxfs_vfs.c342 vfs_insertquota(vfsp); in bhv_insert_all_vfsops()