Home
last modified time | relevance | path

Searched refs:getdents_callback (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/fs/exportfs/
Dexpfs.c236 struct getdents_callback { struct
252 struct getdents_callback *buf = in filldir_one() argument
253 container_of(ctx, struct getdents_callback, ctx); in filldir_one()
286 struct getdents_callback buffer = { in get_name()
/Linux-v4.19/fs/
Dreaddir.c158 struct getdents_callback { struct
170 struct getdents_callback *buf = in filldir() argument
171 container_of(ctx, struct getdents_callback, ctx); in filldir()
217 struct getdents_callback buf = { in SYSCALL_DEFINE3()