Home
last modified time | relevance | path

Searched refs:filldir (Results 1 – 4 of 4) sorted by relevance

/external/squashfs-tools/kernel/fs/squashfs/
Ddir.c104 static int squashfs_readdir(struct file *file, void *dirent, filldir_t filldir) in squashfs_readdir() argument
149 if (filldir(dirent, name, size, file->f_pos, i_ino, in squashfs_readdir()
210 if (filldir(dirent, dire->name, size, file->f_pos, in squashfs_readdir()
/external/squashfs-tools/kernel-2.4/fs/squashfs/
Dsquashfs2_0.c43 static int squashfs_readdir_2(struct file *file, void *dirent, filldir_t filldir);
524 static int squashfs_readdir_2(struct file *file, void *dirent, filldir_t filldir) in squashfs_readdir_2() argument
607 if (filldir(dirent, dire->name, dire->size + 1, in squashfs_readdir_2()
Dinode.c1733 static int squashfs_readdir(struct file *file, void *dirent, filldir_t filldir) in squashfs_readdir() argument
1766 if (filldir(dirent, name, size, in squashfs_readdir()
1844 if (filldir(dirent, dire->name, dire->size + 1, in squashfs_readdir()
/external/u-boot/fs/ubifs/
Dubifs.c260 static int filldir(struct ubifs_info *c, const char *name, int namlen, in filldir() function
357 over = filldir(c, (char *)dent->name, nm.len, in ubifs_printdir()