Home
last modified time | relevance | path

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

/fs/
Dreaddir.c144 struct linux_dirent __user * previous; member
165 dirent = buf->previous; in filldir()
181 buf->previous = dirent; in filldir()
209 buf.previous = NULL; in SYSCALL_DEFINE3()
216 lastdirent = buf.previous; in SYSCALL_DEFINE3()
230 struct linux_dirent64 __user * previous; member
245 dirent = buf->previous; in filldir64()
263 buf->previous = dirent; in filldir64()
291 buf.previous = NULL; in SYSCALL_DEFINE3()
298 lastdirent = buf.previous; in SYSCALL_DEFINE3()
Dcompat.c889 struct compat_linux_dirent __user *previous; member
910 dirent = buf->previous; in compat_filldir()
926 buf->previous = dirent; in compat_filldir()
954 buf.previous = NULL; in compat_sys_getdents()
961 lastdirent = buf.previous; in compat_sys_getdents()
977 struct linux_dirent64 __user *previous; member
994 dirent = buf->previous; in compat_filldir64()
1014 buf->previous = dirent; in compat_filldir64()
1042 buf.previous = NULL; in compat_sys_getdents64()
1049 lastdirent = buf.previous; in compat_sys_getdents64()
/fs/xfs/linux-2.6/
Dxfs_aops.c576 xfs_ioend_t *previous = *result; in xfs_add_to_ioend() local
582 if (previous) in xfs_add_to_ioend()
583 previous->io_list = ioend; in xfs_add_to_ioend()
/fs/cifs/
DCHANGES114 a previous byte range lock that we issued.