/linux-3.3/fs/ |
D | readdir.c | 69 struct old_linux_dirent __user * dirent; member 77 struct old_linux_dirent __user * dirent; in fillonedir() local 106 struct old_linux_dirent __user *, dirent, unsigned int, count) in SYSCALL_DEFINE3() argument 152 struct linux_dirent __user * dirent; in filldir() local 193 struct linux_dirent __user *, dirent, unsigned int, count) in SYSCALL_DEFINE3() argument 239 struct linux_dirent64 __user *dirent; in filldir64() local 276 struct linux_dirent64 __user *, dirent, unsigned int, count) in SYSCALL_DEFINE3() argument
|
D | compat.c | 834 struct compat_old_linux_dirent __user *dirent; member 842 struct compat_old_linux_dirent __user *dirent; in compat_fillonedir() local 871 struct compat_old_linux_dirent __user *dirent, unsigned int count) in compat_sys_old_readdir() 911 struct compat_linux_dirent __user * dirent; in compat_filldir() local 952 struct compat_linux_dirent __user *dirent, unsigned int count) in compat_sys_getdents() 1000 struct linux_dirent64 __user *dirent; in compat_filldir64() local 1040 struct linux_dirent64 __user * dirent, unsigned int count) in compat_sys_getdents64()
|
/linux-3.3/fs/ext3/ |
D | dir.c | 96 void * dirent, filldir_t filldir) in ext3_readdir() 334 struct ext3_dir_entry_2 *dirent) in ext3_htree_store_dirent() 394 static int call_filldir(struct file * filp, void * dirent, in call_filldir() 426 void * dirent, filldir_t filldir) in ext3_dx_readdir()
|
/linux-3.3/fs/ext4/ |
D | dir.c | 112 void *dirent, filldir_t filldir) in ext4_readdir() 356 struct ext4_dir_entry_2 *dirent) in ext4_htree_store_dirent() 416 static int call_filldir(struct file *filp, void *dirent, in call_filldir() 449 void *dirent, filldir_t filldir) in ext4_dx_readdir()
|
/linux-3.3/fs/ncpfs/ |
D | ncplib_kernel.c | 325 int ncp_dirhandle_alloc(struct ncp_server* server, __u8 volnum, __le32 dirent, in ncp_dirhandle_alloc() 424 __le32 dirent = NCP_FINFO(dir)->dirEntNum; in ncp_obtain_info() local 455 __u8 ns, __u8 volnum, __le32 dirent, in ncp_obtain_DOS_dir_base() 595 const char *volname, __u32* volume, __le32* dirent, __le32* dosdirent) in ncp_get_volume_root() 654 __le32 dirent = NCP_FINFO(dir)->dirEntNum; in ncp_modify_file_or_subdir_dos_info_path() local 682 int ncp_modify_nfs_info(struct ncp_server *server, __u8 volnum, __le32 dirent, in ncp_modify_nfs_info() 711 __u8 have_dir_base, __u8 volnum, __le32 dirent, in ncp_DeleteNSEntry() 734 __le32 dirent; in ncp_del_file_or_subdir2() local 749 __le32 dirent = NCP_FINFO(dir)->dirEntNum; in ncp_del_file_or_subdir() local 787 __le32 dirent; in ncp_open_create_file_or_subdir() local [all …]
|
D | dir.c | 427 static int ncp_readdir(struct file *filp, void *dirent, filldir_t filldir) in ncp_readdir() 576 ncp_fill_cache(struct file *filp, void *dirent, filldir_t filldir, in ncp_fill_cache() 690 ncp_read_volume_list(struct file *filp, void *dirent, filldir_t filldir, in ncp_read_volume_list() 728 ncp_do_readdir(struct file *filp, void *dirent, filldir_t filldir, in ncp_do_readdir()
|
/linux-3.3/fs/udf/ |
D | dir.c | 39 filldir_t filldir, void *dirent) in do_udf_readdir() 187 static int udf_readdir(struct file *filp, void *dirent, filldir_t filldir) in udf_readdir()
|
/linux-3.3/fs/proc/ |
D | namespaces.c | 68 static int proc_ns_fill_cache(struct file *filp, void *dirent, in proc_ns_fill_cache() 77 static int proc_ns_dir_readdir(struct file *filp, void *dirent, in proc_ns_dir_readdir()
|
D | proc_sysctl.c | 223 static int proc_sys_fill_cache(struct file *filp, void *dirent, in proc_sys_fill_cache() 263 void *dirent, filldir_t filldir) in scan() 285 static int proc_sys_readdir(struct file *filp, void *dirent, filldir_t filldir) in proc_sys_readdir()
|
D | base.c | 1667 int proc_fill_cache(struct file *filp, void *dirent, filldir_t filldir, in proc_fill_cache() 1911 static int proc_readfd_common(struct file * filp, void * dirent, in proc_readfd_common() 1976 static int proc_readfd(struct file *filp, void *dirent, filldir_t filldir) in proc_readfd() 2217 proc_map_files_readdir(struct file *filp, void *dirent, filldir_t filldir) in proc_map_files_readdir() 2407 static int proc_readfdinfo(struct file *filp, void *dirent, filldir_t filldir) in proc_readfdinfo() 2493 static int proc_pident_fill_cache(struct file *filp, void *dirent, in proc_pident_fill_cache() 2501 void *dirent, filldir_t filldir, in proc_pident_readdir() 2639 void * dirent, filldir_t filldir) in proc_attr_dir_readdir() 2884 static int proc_base_fill_cache(struct file *filp, void *dirent, in proc_base_fill_cache() 3052 void * dirent, filldir_t filldir) in proc_tgid_base_readdir() [all …]
|
D | generic.c | 463 int proc_readdir_de(struct proc_dir_entry *de, struct file *filp, void *dirent, in proc_readdir_de() 528 int proc_readdir(struct file *filp, void *dirent, filldir_t filldir) in proc_readdir()
|
/linux-3.3/fs/ecryptfs/ |
D | file.c | 71 void *dirent; member 80 ecryptfs_filldir(void *dirent, const char *lower_name, int lower_namelen, in ecryptfs_filldir() 113 static int ecryptfs_readdir(struct file *file, void *dirent, filldir_t filldir) in ecryptfs_readdir()
|
/linux-3.3/fs/9p/ |
D | vfs_dir.c | 133 static int v9fs_dir_readdir(struct file *filp, void *dirent, filldir_t filldir) in v9fs_dir_readdir() 205 static int v9fs_dir_readdir_dotl(struct file *filp, void *dirent, in v9fs_dir_readdir_dotl()
|
/linux-3.3/fs/isofs/ |
D | dir.c | 82 void *dirent, filldir_t filldir, in do_isofs_readdir() 251 void *dirent, filldir_t filldir) in isofs_readdir()
|
/linux-3.3/fs/reiserfs/ |
D | dir.c | 61 int reiserfs_readdir_dentry(struct dentry *dentry, void *dirent, in reiserfs_readdir_dentry() 246 static int reiserfs_readdir(struct file *file, void *dirent, filldir_t filldir) in reiserfs_readdir()
|
/linux-3.3/fs/qnx4/ |
D | dir.c | 17 static int qnx4_readdir(struct file *filp, void *dirent, filldir_t filldir) in qnx4_readdir()
|
/linux-3.3/fs/efs/ |
D | dir.c | 22 static int efs_readdir(struct file *filp, void *dirent, filldir_t filldir) { in efs_readdir()
|
/linux-3.3/arch/parisc/hpux/ |
D | fs.c | 75 struct hpux_dirent __user * dirent; in filldir() local 110 int hpux_getdents(unsigned int fd, struct hpux_dirent __user *dirent, unsigned int count) in hpux_getdents()
|
/linux-3.3/fs/affs/ |
D | dir.c | 43 affs_readdir(struct file *filp, void *dirent, filldir_t filldir) in affs_readdir()
|
/linux-3.3/fs/ntfs/ |
D | dir.c | 1029 u8 *name, void *dirent, filldir_t filldir) in ntfs_filldir() 1100 static int ntfs_readdir(struct file *filp, void *dirent, filldir_t filldir) in ntfs_readdir()
|
/linux-3.3/fs/squashfs/ |
D | dir.c | 103 static int squashfs_readdir(struct file *file, void *dirent, filldir_t filldir) in squashfs_readdir()
|
/linux-3.3/fs/hpfs/ |
D | dir.c | 58 static int hpfs_readdir(struct file *filp, void *dirent, filldir_t filldir) in hpfs_readdir()
|
/linux-3.3/fs/hfs/ |
D | dir.c | 52 static int hfs_readdir(struct file *filp, void *dirent, filldir_t filldir) in hfs_readdir()
|
/linux-3.3/net/atm/ |
D | proc.c | 446 struct proc_dir_entry *dirent; member 475 struct proc_dir_entry *dirent; in atm_proc_init() local
|
/linux-3.3/fs/omfs/ |
D | dir.c | 330 static int omfs_fill_chain(struct file *filp, void *dirent, filldir_t filldir, in omfs_fill_chain() 406 static int omfs_readdir(struct file *filp, void *dirent, filldir_t filldir) in omfs_readdir()
|