Home
last modified time | relevance | path

Searched refs:vfs_readdir (Results 1 – 16 of 16) sorted by relevance

/linux-2.4.37.9/fs/
Dreaddir.c16 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/
Dfs.c101 error = vfs_readdir(file, filldir, &buf); in hpux_getdents()
/linux-2.4.37.9/arch/sparc/kernel/
Dsys_sunos.c373 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/
Dksyms.c291 EXPORT_SYMBOL(vfs_readdir);
/linux-2.4.37.9/arch/sparc64/kernel/
Dsys_sunos32.c329 error = vfs_readdir(file, sunos_filldir, &buf); in sunos_getdents()
411 error = vfs_readdir(file, sunos_filldirentry, &buf); in sunos_getdirentries()
Dsys_sparc32.c1299 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/
Dsysirix.c1903 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/
Dnfsfh.c102 error = vfs_readdir(&file, filldir_one, &buffer); in nfsd_get_name()
Dvfs.c1449 err = vfs_readdir(&file, (filldir_t) func, &cd); in nfsd_readdir()
/linux-2.4.37.9/arch/alpha/kernel/
Dosf_sys.c151 error = vfs_readdir(file, osf_filldir, &buf); in osf_getdirentries()
/linux-2.4.37.9/include/linux/
Dfs.h1541 extern int vfs_readdir(struct file *, filldir_t, void *);
/linux-2.4.37.9/arch/parisc/kernel/
Dsys_parisc32.c1027 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/
Dsys_ia32.c812 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/
Dsys_ia32.c983 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/
Dsys_ppc32.c605 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/
Dlinux32.c1272 error = vfs_readdir(file, fillonedir, &buf); in old32_readdir()
1338 error = vfs_readdir(file, filldir, &buf); in sys32_getdents()