Searched defs:psshfs_node (Results 1 – 1 of 1) sorted by relevance
116 struct psshfs_node { struct117 struct puffs_node *parent;119 struct psshfs_dir *dir; /* only valid if we're of type VDIR */121 size_t denttot;122 size_t dentnext;123 time_t dentread;124 int childcount;126 int stat;127 unsigned readcount;129 time_t attrread;[all …]