Searched refs:_tail (Results 1 – 2 of 2) sorted by relevance
59 #define EP_RING_FULL(_head, _tail, _max) \ argument60 (0 == EP_RING_INDEX(((_tail) - (_head)), (_max)))61 #define EP_RING_EMPTY(_head, _tail, _max) \ argument62 (1 == EP_RING_INDEX(((_tail) - (_head)), (_max)))
402 necessary to fit the dx\_tail into the block. If there is no space for403 the dx\_tail, the user is notified to run e2fsck -D to rebuild the405 The dx\_tail structure is 8 bytes long and looks like this:426 use, and the tail block (dx\_tail).