Searched refs:bd_next (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_behavior.c55 curdesc = curdesc->bd_next) {
74 bdp->bd_next = bhp->bh_first;
78 bdp->bd_next = prev->bd_next;
79 prev->bd_next = bdp;
96 ASSERT(bhp->bh_first->bd_next != NULL);
99 for (curdesc = bhp->bh_first->bd_next;
101 curdesc = curdesc->bd_next) {
109 prev->bd_next = bdp->bd_next; /* remov
[all...]
H A Dxfs_behavior.h97 struct bhv_desc *bd_next; /* next behavior in chain */ member in struct:bhv_desc
127 #define BHV_NEXT(bdp) (ASSERT((bdp)->bd_next), (bdp)->bd_next)
128 #define BHV_NEXTNULL(bdp) ((bdp)->bd_next)
154 (bdp)->bd_next = NULL; \
167 (bhp)->bh_first = (bdp)->bd_next; \

Completed in 99 milliseconds