Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/fs/tmpfs/
Dtmpfs.h144 #define TMPFS_DIRCOOKIE_DOT 0 macro
154 MPASS(cookie != TMPFS_DIRCOOKIE_DOT); in tmpfs_dircookie()
Dtmpfs_subr.c730 MPASS(uio->uio_offset == TMPFS_DIRCOOKIE_DOT); in tmpfs_dir_getdotdent()
855 MPASS(startcookie != TMPFS_DIRCOOKIE_DOT); in tmpfs_dir_getdents()
Dtmpfs_vnops.c1492 if (uio->uio_offset == TMPFS_DIRCOOKIE_DOT) { in tmpfs_readdir()
1529 if (off == TMPFS_DIRCOOKIE_DOT) { in tmpfs_readdir()