Searched refs:__buf (Results 1 – 7 of 7) sorted by relevance
/fs/ |
D | readdir.c | 77 static int fillonedir(void * __buf, const char * name, int namlen, loff_t offset, in fillonedir() argument 80 struct readdir_callback *buf = (struct readdir_callback *) __buf; in fillonedir() 151 static int filldir(void * __buf, const char * name, int namlen, loff_t offset, in filldir() argument 155 struct getdents_callback * buf = (struct getdents_callback *) __buf; in filldir() 235 static int filldir64(void * __buf, const char * name, int namlen, loff_t offset, in filldir64() argument 239 struct getdents_callback64 * buf = (struct getdents_callback64 *) __buf; in filldir64()
|
D | compat.c | 850 static int compat_fillonedir(void *__buf, const char *name, int namlen, in compat_fillonedir() argument 853 struct compat_readdir_callback *buf = __buf; in compat_fillonedir() 918 static int compat_filldir(void *__buf, const char *name, int namlen, in compat_filldir() argument 922 struct compat_getdents_callback *buf = __buf; in compat_filldir() 1004 static int compat_filldir64(void * __buf, const char * name, int namlen, loff_t offset, in compat_filldir64() argument 1008 struct compat_getdents_callback64 *buf = __buf; in compat_filldir64()
|
/fs/sdcardfs/ |
D | lookup.c | 232 static int sdcardfs_name_match(void *__buf, const char *name, int namelen, in sdcardfs_name_match() argument 235 struct sdcardfs_name_data *buf = (struct sdcardfs_name_data *) __buf; in sdcardfs_name_match()
|
/fs/dlm/ |
D | midcomms.c | 62 unsigned char __buf[DLM_INBUF_LEN]; in dlm_process_incoming_buffer() member
|
/fs/exportfs/ |
D | expfs.c | 244 static int filldir_one(void * __buf, const char * name, int len, in filldir_one() argument 247 struct getdents_callback *buf = __buf; in filldir_one()
|
/fs/fat/ |
D | dir.c | 705 static int func(void *__buf, const char *name, int name_len, \ 708 struct fat_ioctl_filldir_callback *buf = __buf; \
|
/fs/nfsd/ |
D | vfs.c | 1786 static int nfsd_buffered_filldir(void *__buf, const char *name, int namlen, in nfsd_buffered_filldir() argument 1789 struct readdir_data *buf = __buf; in nfsd_buffered_filldir()
|