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

  /src/usr.sbin/puffs/mount_psshfs/
subr.c 61 size_t oldtot = psn->denttot;
63 psn->denttot += ENTRYCHUNK;
65 psn->denttot * sizeof(struct psshfs_dir));
313 psn->denttot = 0;
332 if (idx == psn->denttot)
485 if (psn_parent->denttot == psn_parent->dentnext)
521 psn->denttot = psn->dentnext = 0;
psshfs.h 121 size_t denttot; member in struct:psshfs_node

Completed in 13 milliseconds