Searched refs:bh_first (Results 1 – 5 of 5) sorted by relevance
| /freebsd-9-stable/sys/gnu/fs/xfs/ |
| D | xfs_behavior.c | 53 for (curdesc = bhp->bh_first; in bhv_insert() 74 bdp->bd_next = bhp->bh_first; in bhv_insert() 75 bhp->bh_first = bdp; in bhv_insert() 95 ASSERT(bhp->bh_first != NULL); in bhv_remove_not_first() 96 ASSERT(bhp->bh_first->bd_next != NULL); in bhv_remove_not_first() 98 prev = bhp->bh_first; in bhv_remove_not_first() 99 for (curdesc = bhp->bh_first->bd_next; in bhv_remove_not_first() 121 for (curdesc = bhp->bh_first; in bhv_lookup() 141 for (curdesc = bhp->bh_first; in bhv_lookup_range() 169 for (curdesc = bhp->bh_first; in bhv_base() [all …]
|
| D | xfs_behavior.h | 88 struct bhv_desc *bh_first; /* first behavior in chain */ member 129 #define BHV_HEAD_FIRST(bhp) (ASSERT((bhp)->bh_first), (bhp)->bh_first) 165 if ((bhp)->bh_first == (bdp)) { \ 170 (bhp)->bh_first = (bdp)->bd_next; \
|
| /freebsd-9-stable/sys/gnu/fs/xfs/FreeBSD/ |
| D | xfs_vnops.c | 562 error = xfs_write(xvp->v_bh.bh_first, uio, ioflag, ap->a_cred); in _xfs_write() 766 error = xfs_remove(VPTOXFSVP(ap->a_dvp)->v_bh.bh_first, in _xfs_remove() 767 VPTOXFSVP(ap->a_vp)->v_bh.bh_first, in _xfs_remove() 1168 error = xfs_ioctl(xvp->v_bh.bh_first,NULL,NULL,ap->a_fflag,ap->a_command,ap->a_data); in _xfs_ioctl()
|
| D | xfs_vnode.h | 95 #define v_fbhv v_bh.bh_first /* first behavior */ 96 #define v_fops v_bh.bh_first->bd_ops /* first behavior ops */
|
| D | xfs_vfs.h | 59 #define vfs_fbhv vfs_bh.bh_first /* 1st on vfs behavior chain */
|