Searched refs:filldir (Results 1 - 7 of 7) sorted by relevance
| /third_party/ntfs-3g/include/ntfs-3g/ |
| H A D | plugin.h | 145 * Use the filldir() function with fillctx argument to return 152 s64 *pos, void *fillctx, ntfs_filldir_t filldir,
|
| H A D | dir.h | 110 void *dirent, ntfs_filldir_t filldir);
|
| /third_party/ntfs-3g/libntfs-3g/ |
| H A D | dir.c | 946 * ntfs_filldir - ntfs specific filldir method 953 * @dirent: context for filldir callback supplied by the caller 954 * @filldir: filldir callback supplied by the caller 956 * Pass information specifying the current directory entry @ie to the @filldir 961 void *dirent, ntfs_filldir_t filldir) in ntfs_filldir() 1001 res = filldir(dirent, fn->file_name, in ntfs_filldir() 1013 res = filldir(dirent, loname, in ntfs_filldir() 1089 * @dirent: context for filldir callback supplied by the caller 1090 * @filldir 959 ntfs_filldir(ntfs_inode *dir_ni, s64 *pos, u8 ivcn_bits, const INDEX_TYPE index_type, index_union iu, INDEX_ENTRY *ie, void *dirent, ntfs_filldir_t filldir) ntfs_filldir() argument 1101 ntfs_readdir(ntfs_inode *dir_ni, s64 *pos, void *dirent, ntfs_filldir_t filldir) ntfs_readdir() argument [all...] |
| /kernel/linux/linux-5.10/fs/ |
| H A D | readdir.c | 222 static int filldir(struct dir_context *ctx, const char *name, int namlen, in filldir() function 276 .ctx.actor = filldir, in SYSCALL_DEFINE3()
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-5.10/fs/fat/ |
| H A D | dir.c | 762 void __user *dirent, filldir_t filldir, in fat_ioctl_readdir() 766 .ctx.actor = filldir, in fat_ioctl_readdir() 761 fat_ioctl_readdir(struct inode *inode, struct file *file, void __user *dirent, filldir_t filldir, int short_only, int both) fat_ioctl_readdir() argument
|
| /kernel/linux/linux-6.6/fs/fat/ |
| H A D | dir.c | 762 void __user *dirent, filldir_t filldir, in fat_ioctl_readdir() 766 .ctx.actor = filldir, in fat_ioctl_readdir() 761 fat_ioctl_readdir(struct inode *inode, struct file *file, void __user *dirent, filldir_t filldir, int short_only, int both) fat_ioctl_readdir() argument
|
Completed in 8 milliseconds