Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ksmbd/
Dvfs_cache.h104 filldir_t actor) in set_ctx_actor()
/Linux-v6.1/Documentation/filesystems/
Dporting.rst930 filldir_t (readdir callbacks) calling conventions have changed. Instead of
934 ->iterate_shared() instance require no changes at all, all filldir_t ones in
/Linux-v6.1/include/linux/
Dfs.h2045 typedef bool (*filldir_t)(struct dir_context *, const char *, int, loff_t, u64, typedef
2049 filldir_t actor;
/Linux-v6.1/fs/fat/
Ddir.c762 void __user *dirent, filldir_t filldir, in FAT_IOCTL_FILLDIR_FUNC()