Searched refs:bhv_desc_init (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/fs/xfs/linux-2.4/ |
D | xfs_vfs.c | 288 bhv_desc_init(bdp, NULL, vfsp, vfsops); in vfs_insertops() 299 bhv_desc_init(bdp, mount, vfsp, vfsops); in vfs_insertbhv()
|
D | xfs_super.c | 209 bhv_desc_init(inode_bhv, ip, vp, &xfs_vnodeops); in xfs_initialize_vnode()
|
/linux-2.4.37.9/fs/xfs/ |
D | xfs_behavior.h | 166 #define bhv_desc_init(bdp, pdata, vobj, ops) \ macro
|