Searched refs:bufoff (Results 1 – 1 of 1) sorted by relevance
/fs/adfs/ |
D | dir_f.c | 60 #define bufoff(_bh,_idx) \ macro 100 ptr.ptr8 = bufoff(bh, i); in adfs_dir_checkbyte() 115 ptr.ptr8 = bufoff(bh, 2008); in adfs_dir_checkbyte() 160 memcpy(&dir->dirhead, bufoff(dir->bh, 0), sizeof(dir->dirhead)); in adfs_dir_read() 161 memcpy(&dir->dirtail, bufoff(dir->bh, 2007), sizeof(dir->dirtail)); in adfs_dir_read() 397 memcpy(&dir->dirhead, bufoff(dir->bh, 0), sizeof(dir->dirhead)); in adfs_f_update() 398 memcpy(&dir->dirtail, bufoff(dir->bh, 2007), sizeof(dir->dirtail)); in adfs_f_update()
|