Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/adfs/
Ddir_f.c98 #define bufoff(_bh,_idx) \ argument
99 ({ int _buf = _idx >> blocksize_bits; \
100 int _off = _idx - (_buf << blocksize_bits);\