Searched refs:VXFS_DIRBLKOV (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/freevxfs/
H A Dvxfs_dir.h88 * VXFS_DIRBLKOV is the overhead of a specific dirblock.
90 #define VXFS_DIRBLKOV(dbp) ((sizeof(short) * dbp->d_nhash) + 4) macro
H A Dvxfs_lookup.c144 de = (struct vxfs_direct *)(baddr + VXFS_DIRBLKOV(dbp));
302 (baddr + VXFS_DIRBLKOV(dbp)));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/freevxfs/
H A Dvxfs_dir.h88 * VXFS_DIRBLKOV is the overhead of a specific dirblock.
90 #define VXFS_DIRBLKOV(dbp) ((sizeof(short) * dbp->d_nhash) + 4) macro
H A Dvxfs_lookup.c144 de = (struct vxfs_direct *)(baddr + VXFS_DIRBLKOV(dbp));
302 (baddr + VXFS_DIRBLKOV(dbp)));

Completed in 64 milliseconds