Searched defs:d_off (Results 1 - 2 of 2) sorted by relevance

/fs/
H A Dreaddir.c138 unsigned long d_off; member in struct:linux_dirent
170 if (__put_user(offset, &dirent->d_off))
218 if (put_user(buf.ctx.pos, &lastdirent->d_off))
248 if (__put_user(offset, &dirent->d_off))
254 if (__put_user(0, &dirent->d_off))
298 typeof(lastdirent->d_off) d_off = buf.ctx.pos;
299 if (__put_user(d_off, &lastdirent->d_off))
H A Dcompat.c905 compat_ulong_t d_off; member in struct:compat_linux_dirent
937 if (__put_user(offset, &dirent->d_off))
985 if (put_user(buf.ctx.pos, &lastdirent->d_off))
1019 if (__put_user_unaligned(offset, &dirent->d_off))
1026 if (__put_user_unaligned(off, &dirent->d_off))
1070 typeof(lastdirent->d_off) d_off = buf.ctx.pos;
1071 if (__put_user_unaligned(d_off, &lastdirent->d_off))

Completed in 58 milliseconds