Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_vfs.c60 next = BHV_NEXT(next); in vfs_mount()
75 next = BHV_NEXT(next); in vfs_parseargs()
88 next = BHV_NEXT(next); in vfs_showargs()
102 next = BHV_NEXT(next); in vfs_unmount()
116 next = BHV_NEXT(next); in vfs_mntupdate()
129 next = BHV_NEXT(next); in vfs_root()
143 next = BHV_NEXT(next); in vfs_statvfs()
157 next = BHV_NEXT(next); in vfs_sync()
171 next = BHV_NEXT(next); in vfs_vget()
184 next = BHV_NEXT(next); in vfs_dmapiops()
[all …]
/linux-2.4.37.9/fs/xfs/quota/
Dxfs_qm_bhv.c130 PVFS_PARSEARGS(BHV_NEXT(bhv), options, args, update, error); in xfs_qm_parseargs()
160 PVFS_SHOWARGS(BHV_NEXT(bhv), m, error); in xfs_qm_showargs()
176 PVFS_MOUNT(BHV_NEXT(bhv), args, cr, error); in xfs_qm_mount()
205 PVFS_SYNC(BHV_NEXT(bhv), flags, credp, error); in xfs_qm_syncall()
/linux-2.4.37.9/fs/xfs/
Dxfs_behavior.h144 #define BHV_NEXT(bdp) (ASSERT((bdp)->bd_next), (bdp)->bd_next) macro