Home
last modified time | relevance | path

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

/openbmc/linux/fs/exportfs/
H A Dexpfs.c238 struct getdents_callback { struct
254 struct getdents_callback *buf = in filldir_one() argument
255 container_of(ctx, struct getdents_callback, ctx); in filldir_one()
287 struct getdents_callback buffer = { in get_name()
/openbmc/linux/fs/
H A Dreaddir.c250 struct getdents_callback { struct
262 struct getdents_callback *buf = in filldir() argument
263 container_of(ctx, struct getdents_callback, ctx); in filldir()
311 struct getdents_callback buf = { in SYSCALL_DEFINE3()