Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dreaddir.c258 static bool filldir(struct dir_context *ctx, const char *name, int namlen, in filldir() function
312 .ctx.actor = filldir, in SYSCALL_DEFINE3()
/openbmc/u-boot/fs/ubifs/
H A Dubifs.c262 static int filldir(struct ubifs_info *c, const char *name, int namlen, in filldir() function
359 over = filldir(c, (char *)dent->name, nm.len, in ubifs_printdir()
/openbmc/linux/fs/fat/
H A Ddir.c762 void __user *dirent, filldir_t filldir, in FAT_IOCTL_FILLDIR_FUNC()
766 .ctx.actor = filldir, in FAT_IOCTL_FILLDIR_FUNC()