Lines Matching refs:filldir
403 static int ncp_readdir(struct file *filp, void *dirent, filldir_t filldir) in ncp_readdir() argument
429 if (filldir(dirent, ".", 1, 0, inode->i_ino, DT_DIR)) in ncp_readdir()
434 if (filldir(dirent, "..", 2, 1, parent_ino(dentry), DT_DIR)) in ncp_readdir()
483 res = filldir(dirent, dent->d_name.name, in ncp_readdir()
528 ncp_read_volume_list(filp, dirent, filldir, &ctl); in ncp_readdir()
530 ncp_do_readdir(filp, dirent, filldir, &ctl); in ncp_readdir()
554 ncp_fill_cache(struct file *filp, void *dirent, filldir_t filldir, in ncp_fill_cache() argument
637 ctl.filled = filldir(dirent, qname.name, qname.len, in ncp_fill_cache()
649 ncp_read_volume_list(struct file *filp, void *dirent, filldir_t filldir, in ncp_read_volume_list() argument
679 if (!ncp_fill_cache(filp, dirent, filldir, ctl, &entry)) in ncp_read_volume_list()
685 ncp_do_readdir(struct file *filp, void *dirent, filldir_t filldir, in ncp_do_readdir() argument
742 if (!ncp_fill_cache(filp, dirent, filldir, ctl, &entry)) in ncp_do_readdir()