Home
last modified time | relevance | path

Searched refs:hits (Results 1 – 2 of 2) sorted by relevance

/fs/
A Dfs_struct.c65 int hits = 0; in chroot_fs_refs() local
67 hits += replace_path(&fs->root, old_root, new_root); in chroot_fs_refs()
68 hits += replace_path(&fs->pwd, old_root, new_root); in chroot_fs_refs()
69 while (hits--) { in chroot_fs_refs()
/fs/nfsd/
A Dfilecache.c1345 unsigned long hits = 0, acquisitions = 0; in nfsd_file_cache_stats_show() local
1367 hits += per_cpu(nfsd_file_cache_hits, i); in nfsd_file_cache_stats_show()
1378 seq_printf(m, "cache hits: %lu\n", hits); in nfsd_file_cache_stats_show()

Completed in 8 milliseconds