Lines Matching refs:bhv_desc
52 struct bhv_desc *bdp, in vfs_mount()
56 struct bhv_desc *next = bdp; in vfs_mount()
66 struct bhv_desc *bdp, in vfs_parseargs()
71 struct bhv_desc *next = bdp; in vfs_parseargs()
81 struct bhv_desc *bdp, in vfs_showargs()
84 struct bhv_desc *next = bdp; in vfs_showargs()
94 struct bhv_desc *bdp, in vfs_unmount()
98 struct bhv_desc *next = bdp; in vfs_unmount()
108 struct bhv_desc *bdp, in vfs_mntupdate()
112 struct bhv_desc *next = bdp; in vfs_mntupdate()
122 struct bhv_desc *bdp, in vfs_root()
125 struct bhv_desc *next = bdp; in vfs_root()
135 struct bhv_desc *bdp, in vfs_statvfs()
139 struct bhv_desc *next = bdp; in vfs_statvfs()
149 struct bhv_desc *bdp, in vfs_sync()
153 struct bhv_desc *next = bdp; in vfs_sync()
163 struct bhv_desc *bdp, in vfs_vget()
167 struct bhv_desc *next = bdp; in vfs_vget()
177 struct bhv_desc *bdp, in vfs_dmapiops()
180 struct bhv_desc *next = bdp; in vfs_dmapiops()
190 struct bhv_desc *bdp, in vfs_quotactl()
195 struct bhv_desc *next = bdp; in vfs_quotactl()
205 struct bhv_desc *bdp, in vfs_get_inode()
209 struct bhv_desc *next = bdp; in vfs_get_inode()
218 struct bhv_desc *bdp, in vfs_init_vnode()
220 struct bhv_desc *bp, in vfs_init_vnode()
223 struct bhv_desc *next = bdp; in vfs_init_vnode()
233 struct bhv_desc *bdp, in vfs_force_shutdown()
238 struct bhv_desc *next = bdp; in vfs_force_shutdown()
248 struct bhv_desc *bdp) in vfs_freeze()
250 struct bhv_desc *next = bdp; in vfs_freeze()
285 struct bhv_desc *bdp; in vfs_insertops()
287 bdp = kmem_alloc(sizeof(struct bhv_desc), KM_SLEEP); in vfs_insertops()
295 struct bhv_desc *bdp, in vfs_insertbhv()
308 struct bhv_desc *bhv; in bhv_remove_vfsops()