Home
last modified time | relevance | path

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

/linux-6.15/fs/exportfs/
H A 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()
285 struct getdents_callback buffer = { in get_name()
/linux-6.15/fs/
H A Dreaddir.c251 struct getdents_callback { struct
263 struct getdents_callback *buf = in filldir() argument
264 container_of(ctx, struct getdents_callback, ctx); in filldir()
312 struct getdents_callback buf = { in SYSCALL_DEFINE3()