Searched refs:ssec (Results 1 – 1 of 1) sorted by relevance
27 unsigned ssec = (sec - s->s_hpfs_dirband_start) / 4; in chk_if_allocated() local29 if ((bmp[ssec >> 5] >> (ssec & 0x1f)) & 1) { in chk_if_allocated()379 unsigned ssec = (dno - s->s_hpfs_dirband_start) / 4; in hpfs_free_dnode() local385 bmp[ssec >> 5] |= 1 << (ssec & 0x1f); in hpfs_free_dnode()