Home
last modified time | relevance | path

Searched refs:dir_table_slot (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/fs/jfs/
Djfs_dtree.h111 struct dir_table_slot { struct
126 #define DTSaddress(dir_table_slot, address64)\ argument
128 (dir_table_slot)->addr1 = ((u64)address64) >> 32;\
129 (dir_table_slot)->addr2 = __cpu_to_le32((address64) & 0xffffffff);\
Djfs_dinode.h92 struct dir_table_slot _table[12]; /* 96: inline */
Djfs_incore.h79 struct dir_table_slot _table[12]; /* 96: dir index */
Djfs_dtree.c247 static struct dir_table_slot *find_index(struct inode *ip, u32 index, in find_index()
254 struct dir_table_slot *slot; in find_index()
277 offset = (index - 2) * sizeof(struct dir_table_slot); in find_index()
296 (struct dir_table_slot *) ((char *) (*mp)->data + in find_index()
338 struct dir_table_slot *dirtab_slot; in add_index()
377 struct dir_table_slot temp_table[12]; in add_index()
437 offset = (index - 2) * sizeof(struct dir_table_slot); in add_index()
467 (struct dir_table_slot *) ((char *) mp->data + page_offset); in add_index()
491 struct dir_table_slot *dirtab_slot; in free_index()
520 struct dir_table_slot *dirtab_slot; in modify_index()
[all …]