Home
last modified time | relevance | path

Searched refs:_tail (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/fjes/
Dfjes_hw.h74 #define EP_RING_FULL(_head, _tail, _max) \ argument
75 (0 == EP_RING_INDEX(((_tail) - (_head)), (_max)))
76 #define EP_RING_EMPTY(_head, _tail, _max) \ argument
77 (1 == EP_RING_INDEX(((_tail) - (_head)), (_max)))
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/
Ddirectory.rst402 necessary to fit the dx\_tail into the block. If there is no space for
403 the dx\_tail, the user is notified to run e2fsck -D to rebuild the
405 The dx\_tail structure is 8 bytes long and looks like this:
426 use, and the tail block (dx\_tail).