HomeSort by: relevance | last modified time | path
    Searched refs:TMPFS_DIRSEQ_DOTDOT (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/tmpfs/
tmpfs.h 180 #define TMPFS_DIRSEQ_DOTDOT 1
tmpfs_subr.c 775 next = TMPFS_DIRSEQ_DOTDOT;
777 case TMPFS_DIRSEQ_DOTDOT:
829 if (uio->uio_offset == TMPFS_DIRSEQ_DOTDOT) {
tmpfs_vnops.c 1021 if (off == TMPFS_DIRSEQ_DOTDOT) {
1036 off = TMPFS_DIRSEQ_DOTDOT;

Completed in 13 milliseconds