Searched refs:vfs_readdir (Results 1 – 16 of 16) sorted by relevance
/linux-2.4.37.9/fs/ |
D | readdir.c | 16 int vfs_readdir(struct file *file, filldir_t filler, void *buf) in vfs_readdir() function 219 error = vfs_readdir(file, fillonedir, &buf); in old_readdir() 290 error = vfs_readdir(file, filldir, &buf); in sys_getdents() 373 error = vfs_readdir(file, filldir64, &buf); in sys_getdents64()
|
/linux-2.4.37.9/arch/parisc/hpux/ |
D | fs.c | 101 error = vfs_readdir(file, filldir, &buf); in hpux_getdents()
|
/linux-2.4.37.9/arch/sparc/kernel/ |
D | sys_sunos.c | 373 error = vfs_readdir(file, sunos_filldir, &buf); in sunos_getdents() 452 error = vfs_readdir(file, sunos_filldirentry, &buf); in sunos_getdirentries()
|
/linux-2.4.37.9/kernel/ |
D | ksyms.c | 291 EXPORT_SYMBOL(vfs_readdir);
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | sys_sunos32.c | 329 error = vfs_readdir(file, sunos_filldir, &buf); in sunos_getdents() 411 error = vfs_readdir(file, sunos_filldirentry, &buf); in sunos_getdirentries()
|
D | sys_sparc32.c | 1299 error = vfs_readdir(file, fillonedir, &buf); in old32_readdir() 1365 error = vfs_readdir(file, filldir, &buf); in sys32_getdents()
|
/linux-2.4.37.9/arch/mips/kernel/ |
D | sysirix.c | 1903 error = vfs_readdir(file, irix_filldir32, &buf); in irix_ngetdents() 2001 error = vfs_readdir(file, irix_filldir64, &buf); in irix_getdents64() 2050 error = vfs_readdir(file, irix_filldir64, &buf); in irix_ngetdents64()
|
/linux-2.4.37.9/fs/nfsd/ |
D | nfsfh.c | 102 error = vfs_readdir(&file, filldir_one, &buffer); in nfsd_get_name()
|
D | vfs.c | 1449 err = vfs_readdir(&file, (filldir_t) func, &cd); in nfsd_readdir()
|
/linux-2.4.37.9/arch/alpha/kernel/ |
D | osf_sys.c | 151 error = vfs_readdir(file, osf_filldir, &buf); in osf_getdirentries()
|
/linux-2.4.37.9/include/linux/ |
D | fs.h | 1541 extern int vfs_readdir(struct file *, filldir_t, void *);
|
/linux-2.4.37.9/arch/parisc/kernel/ |
D | sys_parisc32.c | 1027 error = vfs_readdir(file, filldir32, &buf); in sys32_getdents() 1077 error = vfs_readdir(file, fillonedir32, &buf); in sys32_readdir()
|
/linux-2.4.37.9/arch/x86_64/ia32/ |
D | sys_ia32.c | 812 error = vfs_readdir(file, filldir32, &buf); in sys32_getdents() 861 error = vfs_readdir(file, fillonedir32, &buf); in sys32_oldreaddir()
|
/linux-2.4.37.9/arch/ia64/ia32/ |
D | sys_ia32.c | 983 error = vfs_readdir(file, filldir32, &buf); in sys32_getdents() 1036 error = vfs_readdir(file, fillonedir32, &buf); in sys32_readdir()
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | sys_ppc32.c | 605 error = vfs_readdir(file, (filldir_t)fillonedir, &buf); in old32_readdir() 684 error = vfs_readdir(file, (filldir_t)filldir, &buf); in sys32_getdents()
|
/linux-2.4.37.9/arch/s390x/kernel/ |
D | linux32.c | 1272 error = vfs_readdir(file, fillonedir, &buf); in old32_readdir() 1338 error = vfs_readdir(file, filldir, &buf); in sys32_getdents()
|