Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/hpfs/
Dalloc.c27 unsigned ssec = (sec - s->s_hpfs_dirband_start) / 4; in chk_if_allocated() local
29 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() local
385 bmp[ssec >> 5] |= 1 << (ssec & 0x1f); in hpfs_free_dnode()