Home
last modified time | relevance | path

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

/freebsd/sys/fs/tmpfs/
H A Dtmpfs.h492 int tmpfs_dir_getdents(struct tmpfs_mount *, struct tmpfs_node *,
H A Dtmpfs_vnops.c1473 error = tmpfs_dir_getdents(tm, node, uio, 0, NULL, NULL); in tmpfs_readdir()
1475 error = tmpfs_dir_getdents(tm, node, uio, maxcookies, *cookies, in tmpfs_readdir()
H A Dtmpfs_subr.c1683 tmpfs_dir_getdents(struct tmpfs_mount *tm, struct tmpfs_node *node, in tmpfs_dir_getdents() function