Home
last modified time | relevance | path

Searched refs:tmpfs_dir_getdents (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/sys/fs/tmpfs/
HDtmpfs.h482 int tmpfs_dir_getdents(struct tmpfs_mount *, struct tmpfs_node *,
HDtmpfs_vnops.c1446 error = tmpfs_dir_getdents(tm, node, uio, 0, NULL, NULL); in tmpfs_readdir()
1448 error = tmpfs_dir_getdents(tm, node, uio, maxcookies, *cookies, in tmpfs_readdir()
HDtmpfs_subr.c1641 tmpfs_dir_getdents(struct tmpfs_mount *tm, struct tmpfs_node *node, in tmpfs_dir_getdents() function