Home | History | Annotate | Download | only in efs

Lines Matching defs:efs_dirent

52 	 * followed by efs_dirent structures higher up:
56 * | efs_dirent at z << 1 | |
59 * | efs_dirent at x << 1 | |-- directory
63 * | efs_dirent at y << 1 | |
124 * than (EFS_DIRBLK_SPACE_SIZE / 9), as each efs_dirent struct is
136 * structure is always padded by one byte if the efs_dirent struct is odd. This
140 * knowledge of this scheme, one cannot accurately calculate the efs_dirent size
143 struct efs_dirent {
160 #define EFS_DIRBLK_TO_DIRENT(_d, _o) (struct efs_dirent *)((char *)(_d) + _o)
175 #define EFS_DIRENT_SIZE_MIN (sizeof(struct efs_dirent))
179 * Calculate the size of struct efs_dirent given the provided namelen. If our
180 * namelen were even, then struct efs_dirent's size would be odd. In such a case