Home
last modified time | relevance | path

Searched refs:deh_location (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/fs/reiserfs/
H A Dreiserfs_private.h360 __u16 deh_location;/* offset of name in the whole item */ member
370 #define deh_location(p_deh) (__le16_to_cpu((p_deh)->deh_location)) macro
H A Dreiserfs.c850 char *filename = INFO->current_item + deh_location(de_head); in reiserfs_dir()