Home
last modified time | relevance | path

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

/linux-3.4.99/fs/fat/
Dinode.c759 u32 ipos_h, ipos_m, ipos_l; in fat_encode_fh() local
767 ipos_m = (MSDOS_I(inode)->i_pos & 0xf0) << 24; in fat_encode_fh()
773 fh[3] = ipos_m | MSDOS_I(inode)->i_logstart; in fat_encode_fh()