dir_table_slot     79 fs/jfs/jfs_dinode.h 			struct dir_table_slot _table[12]; /* 96: inline */
dir_table_slot    236 fs/jfs/jfs_dtree.c static struct dir_table_slot *find_index(struct inode *ip, u32 index,
dir_table_slot    243 fs/jfs/jfs_dtree.c 	struct dir_table_slot *slot;
dir_table_slot    266 fs/jfs/jfs_dtree.c 		offset = (index - 2) * sizeof(struct dir_table_slot);
dir_table_slot    285 fs/jfs/jfs_dtree.c 		    (struct dir_table_slot *) ((char *) (*mp)->data +
dir_table_slot    327 fs/jfs/jfs_dtree.c 	struct dir_table_slot *dirtab_slot;
dir_table_slot    366 fs/jfs/jfs_dtree.c 		struct dir_table_slot temp_table[12];
dir_table_slot    432 fs/jfs/jfs_dtree.c 	offset = (index - 2) * sizeof(struct dir_table_slot);
dir_table_slot    461 fs/jfs/jfs_dtree.c 	    (struct dir_table_slot *) ((char *) mp->data + page_offset);
dir_table_slot    485 fs/jfs/jfs_dtree.c 	struct dir_table_slot *dirtab_slot;
dir_table_slot    514 fs/jfs/jfs_dtree.c 	struct dir_table_slot *dirtab_slot;
dir_table_slot    537 fs/jfs/jfs_dtree.c 		     struct dir_table_slot * dirtab_slot)
dir_table_slot    541 fs/jfs/jfs_dtree.c 	struct dir_table_slot *slot;
dir_table_slot    548 fs/jfs/jfs_dtree.c 	memcpy(dirtab_slot, slot, sizeof(struct dir_table_slot));
dir_table_slot   3047 fs/jfs/jfs_dtree.c 			struct dir_table_slot dirtab_slot;
dir_table_slot    113 fs/jfs/jfs_dtree.h #define DTSaddress(dir_table_slot, address64)\
dir_table_slot    115 fs/jfs/jfs_dtree.h 	(dir_table_slot)->addr1 = ((u64)address64) >> 32;\
dir_table_slot    116 fs/jfs/jfs_dtree.h 	(dir_table_slot)->addr2 = __cpu_to_le32((address64) & 0xffffffff);\
dir_table_slot     73 fs/jfs/jfs_incore.h 			struct dir_table_slot _table[12]; /* 96: dir index */