Lines Matching refs:dx
265 - struct dx\_root\_info.reserved\_zero
269 - struct dx\_root\_info.hash\_version
273 - struct dx\_root\_info.info\_length
277 - struct dx\_root\_info.indirect\_levels
282 - struct dx\_root\_info.unused\_flags
287 - Maximum number of dx\_entries that can follow this header, plus 1 for
292 - Actual number of dx\_entries that follow this header, plus 1 for the
299 - struct dx\_entry
344 - The size of the block, in order to hide all of the dx\_node data.
356 - Maximum number of dx\_entries that can follow this header, plus 1 for
361 - Actual number of dx\_entries that follow this header, plus 1 for the
369 - struct dx\_entry
399 block (precisely the length of one dx\_entry) are used to store a
401 ``count`` entries in the dx\_root/dx\_node structures are adjusted as
402 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:
425 (dx\_root or dx\_node), all of the htree indices (dx\_entry) that are in
426 use, and the tail block (dx\_tail).