Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_vfs.h209 void * bhv_custom; member
213 #define vfs_bhv_custom(b) ( ((bhv_vfsops_t *)BHV_OPS(b))->bhv_custom )
214 #define vfs_bhv_set_custom(b,o) ( (b)->bhv_custom = (void *)(o))
215 #define vfs_bhv_clr_custom(b) ( (b)->bhv_custom = NULL )