Home
last modified time | relevance | path

Searched refs:__buf (Results 1 – 6 of 6) sorted by relevance

/fs/
Dreaddir.c73 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()
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()
Dcompat.c824 static int compat_fillonedir(void *__buf, const char *name, int namlen, in compat_fillonedir() argument
827 struct compat_readdir_callback *buf = __buf; in compat_fillonedir()
894 static int compat_filldir(void *__buf, const char *name, int namlen, in compat_filldir() argument
898 struct compat_getdents_callback *buf = __buf; in compat_filldir()
982 static int compat_filldir64(void * __buf, const char * name, int namlen, loff_t offset, in compat_filldir64() argument
986 struct compat_getdents_callback64 *buf = __buf; in compat_filldir64()
/fs/dlm/
Dmidcomms.c62 unsigned char __buf[DLM_INBUF_LEN]; in dlm_process_incoming_buffer() member
/fs/exportfs/
Dexpfs.c225 static int filldir_one(void * __buf, const char * name, int len, in filldir_one() argument
228 struct getdents_callback *buf = __buf; in filldir_one()
/fs/fat/
Ddir.c688 static int func(void *__buf, const char *name, int name_len, \
691 struct fat_ioctl_filldir_callback *buf = __buf; \
/fs/nfsd/
Dvfs.c1841 static int nfsd_buffered_filldir(void *__buf, const char *name, int namlen, in nfsd_buffered_filldir() argument
1844 struct readdir_data *buf = __buf; in nfsd_buffered_filldir()