Lines Matching refs:nlookup
127 uint64_t nlookup {0};
361 /* fallthrough to new inode but keep existing inode.nlookup */
371 inode.nlookup++;
375 << " count " << inode.nlookup << endl;
388 inode.nlookup++;
392 << " count " << inode.nlookup << endl;
499 inode.nlookup++;
503 << " count " << inode.nlookup << endl;
572 if(n > inode.nlookup) {
577 inode.nlookup -= n;
582 << " count " << inode.nlookup << endl;
584 if (!inode.nlookup) {
594 << " lookup count now " << inode.nlookup << endl;
597 static void sfs_forget(fuse_req_t req, fuse_ino_t ino, uint64_t nlookup) {
598 forget_one(ino, nlookup);
606 forget_one(forgets[i].ino, forgets[i].nlookup);
1310 fs.root.nlookup = 9999;