Searched refs:dir_table_slot (Results 1 – 4 of 4) sorted by relevance
98 struct dir_table_slot { struct113 #define DTSaddress(dir_table_slot, address64)\ argument115 (dir_table_slot)->addr1 = ((u64)address64) >> 32;\116 (dir_table_slot)->addr2 = __cpu_to_le32((address64) & 0xffffffff);\
79 struct dir_table_slot _table[12]; /* 96: inline */
243 struct dir_table_slot *slot; in find_index()266 offset = (index - 2) * sizeof(struct dir_table_slot); in find_index()285 (struct dir_table_slot *) ((char *) (*mp)->data + in find_index()327 struct dir_table_slot *dirtab_slot; in add_index()366 struct dir_table_slot temp_table[12]; in add_index()432 offset = (index - 2) * sizeof(struct dir_table_slot); in add_index()485 struct dir_table_slot *dirtab_slot; in free_index()514 struct dir_table_slot *dirtab_slot; in modify_index()537 struct dir_table_slot * dirtab_slot) in read_index()541 struct dir_table_slot *slot; in read_index()[all …]
73 struct dir_table_slot _table[12]; /* 96: dir index */
Completed in 10 milliseconds