Searched refs:__buf (Results 1 – 6 of 6) sorted by relevance
/fs/ |
D | readdir.c | 73 static int fillonedir(void * __buf, const char * name, int namlen, loff_t offset, in fillonedir() argument 76 struct readdir_callback * buf = (struct readdir_callback *) __buf; in fillonedir() 149 static int filldir(void * __buf, const char * name, int namlen, loff_t offset, in filldir() argument 153 struct getdents_callback * buf = (struct getdents_callback *) __buf; in filldir() 236 static int filldir64(void * __buf, const char * name, int namlen, loff_t offset, in filldir64() argument 240 struct getdents_callback64 * buf = (struct getdents_callback64 *) __buf; in filldir64()
|
D | compat.c | 841 static int compat_fillonedir(void *__buf, const char *name, int namlen, in compat_fillonedir() argument 844 struct compat_readdir_callback *buf = __buf; in compat_fillonedir() 911 static int compat_filldir(void *__buf, const char *name, int namlen, in compat_filldir() argument 915 struct compat_getdents_callback *buf = __buf; in compat_filldir() 1000 static int compat_filldir64(void * __buf, const char * name, int namlen, loff_t offset, in compat_filldir64() argument 1004 struct compat_getdents_callback64 *buf = __buf; in compat_filldir64()
|
/fs/dlm/ |
D | midcomms.c | 62 unsigned char __buf[DLM_INBUF_LEN]; in dlm_process_incoming_buffer() member
|
/fs/exportfs/ |
D | expfs.c | 226 static int filldir_one(void * __buf, const char * name, int len, in filldir_one() argument 229 struct getdents_callback *buf = __buf; in filldir_one()
|
/fs/fat/ |
D | dir.c | 684 static int func(void *__buf, const char *name, int name_len, \ 687 struct fat_ioctl_filldir_callback *buf = __buf; \
|
/fs/nfsd/ |
D | vfs.c | 1928 static int nfsd_buffered_filldir(void *__buf, const char *name, int namlen, in nfsd_buffered_filldir() argument 1931 struct readdir_data *buf = __buf; in nfsd_buffered_filldir()
|