Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/gnu/fs/xfs/
Dxfs_behavior.c53 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 …]
Dxfs_behavior.h88 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/
Dxfs_vnops.c562 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()
Dxfs_vnode.h95 #define v_fbhv v_bh.bh_first /* first behavior */
96 #define v_fops v_bh.bh_first->bd_ops /* first behavior ops */
Dxfs_vfs.h59 #define vfs_fbhv vfs_bh.bh_first /* 1st on vfs behavior chain */