pgfs_puffs.c | 127 uint64_t nextcookie; local in function:pgfs_node_readdir 133 INT8OID, /* nextcookie */ 153 nextcookie = PGFS_DIRCOOKIE_DOTDOT; 171 nextcookie = PGFS_DIRCOOKIE_EOD + 1; 213 error = FETCHNEXT(&s, types, &nametofree, &cookie, &nextcookie, 253 offset = nextcookie;
|