Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/fat/
Dinode.c523 u32 ipos_h, ipos_m, ipos_l; in fat_dentry_to_fh() local
530 ipos_l = (MSDOS_I(inode)->i_pos & 0x0f) << 28; in fat_dentry_to_fh()
536 fh[4] = ipos_l | MSDOS_I(de->d_parent->d_inode)->i_logstart; in fat_dentry_to_fh()