Searched refs:efs_dentry (Results 1 – 3 of 3) sorted by relevance
61 struct efs_dentry *dirslot; in efs_readdir()69 dirslot = (struct efs_dentry *) (((char *) bh->b_data) + EFS_SLOTAT(dirblock, slot)); in efs_readdir()
88 struct efs_dentry { struct94 #define EFS_DENTSIZE (sizeof(struct efs_dentry) - 3 + 1) argument
22 struct efs_dentry *dirslot; in efs_find_entry()48 dirslot = (struct efs_dentry *) (((char *) bh->b_data) + EFS_SLOTAT(dirblock, slot)); in efs_find_entry()