Lines Matching defs:offset
72 /* Returns the inode number of the directory entry at offset pos. If bh is
88 int err, offset;
109 offset = *pos & (sb->s_blocksize - 1);
111 *de = (struct msdos_dir_entry *)((*bh)->b_data + offset);
306 int offset;
309 offset = slot * 13;
310 fat16_towchar(*unicode + offset, ds->name0_4, 5);
311 fat16_towchar(*unicode + offset + 5, ds->name5_10, 6);
312 fat16_towchar(*unicode + offset + 11, ds->name11_12, 2);
315 (*unicode)[offset + 13] = 0;
433 int offset = min(chl, MSDOS_NAME-k);
434 k += offset;
435 i += offset;
709 loff_t offset, u64 ino, unsigned int d_type) \
747 put_user(offset, &d2->d_off) || \
893 loff_t offset = 0;
896 while (fat_get_short_entry(dir, &offset, bh, de) >= 0) {
1207 int err, i, n, offset, cluster[2];
1256 offset = copy - sizeof(struct msdos_dir_entry);
1259 *de = (struct msdos_dir_entry *)((*bh)->b_data + offset);
1340 int offset = pos & (sb->s_blocksize - 1);
1345 int copy = min_t(int, sb->s_blocksize - offset, size);
1346 memcpy(bhs[i]->b_data + offset, slots, copy);
1348 offset = 0;
1356 int copy = min_t(int, sb->s_blocksize - offset, size);
1357 memcpy(bhs[i]->b_data + offset, slots, copy);