Home
last modified time | relevance | path

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

/Linux-v5.10/fs/exportfs/
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()
288 struct getdents_callback buffer = { in get_name()
/Linux-v5.10/fs/
Dreaddir.c211 struct getdents_callback { struct
223 struct getdents_callback *buf = in filldir() argument
224 container_of(ctx, struct getdents_callback, ctx); in filldir()
272 struct getdents_callback buf = { in SYSCALL_DEFINE3()