Home
last modified time | relevance | path

Searched refs:EFS_SLOTAT (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/linux/
Defs_dir.h37 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot]) macro
/linux-2.4.37.9/fs/efs/
Dnamei.c42 dirslot = (struct efs_dentry *) (((char *) bh->b_data) + EFS_SLOTAT(dirblock, slot)); in efs_find_entry()
Ddir.c64 dirslot = (struct efs_dentry *) (((char *) bh->b_data) + EFS_SLOTAT(dirblock, slot)); in efs_readdir()