Searched refs:filldir (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/ |
H A D | readdir.c | 258 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 D | ubifs.c | 262 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 D | dir.c | 762 void __user *dirent, filldir_t filldir, in FAT_IOCTL_FILLDIR_FUNC() 766 .ctx.actor = filldir, in FAT_IOCTL_FILLDIR_FUNC()
|