Lines Matching refs:dx
290 - struct dx\_root\_info.reserved\_zero
294 - struct dx\_root\_info.hash\_version
298 - struct dx\_root\_info.info\_length
302 - struct dx\_root\_info.indirect\_levels
307 - struct dx\_root\_info.unused\_flags
312 - Maximum number of dx\_entries that can follow this header, plus 1 for
317 - Actual number of dx\_entries that follow this header, plus 1 for the
324 - struct dx\_entry
371 - The size of the block, in order to hide all of the dx\_node data.
383 - Maximum number of dx\_entries that can follow this header, plus 1 for
388 - Actual number of dx\_entries that follow this header, plus 1 for the
396 - struct dx\_entry
426 block (precisely the length of one dx\_entry) are used to store a
428 ``count`` entries in the dx\_root/dx\_node structures are adjusted as
429 necessary to fit the dx\_tail into the block. If there is no space for
430 the dx\_tail, the user is notified to run e2fsck -D to rebuild the
432 The dx\_tail structure is 8 bytes long and looks like this:
452 (dx\_root or dx\_node), all of the htree indices (dx\_entry) that are in
453 use, and the tail block (dx\_tail).