Home
last modified time | relevance | path

Searched refs:tot (Results 1 – 5 of 5) sorted by relevance

/fs/nfsd/
Dnfssvc.c725 int tot = 0; in nfsd_set_nrthreads() local
738 tot = 0; in nfsd_set_nrthreads()
741 tot += nthreads[i]; in nfsd_set_nrthreads()
743 if (tot > NFSD_MAXSERVS) { in nfsd_set_nrthreads()
745 for (i = 0; i < n && tot > 0; i++) { in nfsd_set_nrthreads()
746 int new = nthreads[i] * NFSD_MAXSERVS / tot; in nfsd_set_nrthreads()
747 tot -= (nthreads[i] - new); in nfsd_set_nrthreads()
750 for (i = 0; i < n && tot > 0; i++) { in nfsd_set_nrthreads()
752 tot--; in nfsd_set_nrthreads()
/fs/xfs/libxfs/
Dxfs_dir2.h43 xfs_extlen_t tot);
49 xfs_extlen_t tot);
52 xfs_extlen_t tot);
/fs/
Dbuffer.c3017 int tot = 0; in recalc_bh_state() local
3023 tot += per_cpu(bh_accounting, i).nr; in recalc_bh_state()
3024 buffer_heads_over_limit = (tot > max_buffer_heads); in recalc_bh_state()
/fs/ntfs3/
Dindex.c617 u32 tot = le32_to_cpu(hdr->total); in index_hdr_check() local
620 if (!IS_ALIGNED(off, 8) || tot > bytes || end > tot || in index_hdr_check()
/fs/ocfs2/dlm/
Ddlmrecovery.c135 int tot=0; in dlm_dispatch_work() local
142 tot++; in dlm_dispatch_work()
144 mlog(0, "%s: work thread has %d work items\n", dlm->name, tot); in dlm_dispatch_work()