Home
last modified time | relevance | path

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

/fs/
Dreaddir.c22 int vfs_readdir(struct file *file, filldir_t filler, void *buf) in vfs_readdir() function
47 EXPORT_SYMBOL(vfs_readdir);
120 error = vfs_readdir(file, fillonedir, &buf); in SYSCALL_DEFINE3()
213 error = vfs_readdir(file, filldir, &buf); in SYSCALL_DEFINE3()
295 error = vfs_readdir(file, filldir64, &buf); in SYSCALL_DEFINE3()
Dcompat.c871 error = vfs_readdir(file, compat_fillonedir, &buf); in compat_sys_old_readdir()
958 error = vfs_readdir(file, compat_filldir, &buf); in compat_sys_getdents()
1046 error = vfs_readdir(file, compat_filldir64, &buf); in compat_sys_getdents64()
/fs/ecryptfs/
Dfile.c129 rc = vfs_readdir(lower_file, ecryptfs_filldir, (void *)&buf); in ecryptfs_readdir()
/fs/exportfs/
Dexpfs.c284 error = vfs_readdir(file, filldir_one, &buffer); in get_name()
/fs/nfsd/
Dnfs4recover.c244 status = vfs_readdir(filp, nfsd4_build_dentrylist, &dla); in nfsd4_list_rec_dir()
Dvfs.c1886 host_err = vfs_readdir(file, nfsd_buffered_filldir, &buf); in nfsd_buffered_readdir()
/fs/ntfs/
DChangeLog1267 only caller of ->readdir() is vfs_readdir() which holds i_mutex