Searched refs:ncommit (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog_put.c885 u_int32_t ncommit, w_off; local
890 ncommit = 0;
946 lp->ncommit++;
963 lp->ncommit--;
1066 ncommit = 1;
1068 if (lp->ncommit != 0) {
1075 ncommit++;
1092 if (lp->stat.st_maxcommitperflush < ncommit)
1093 lp->stat.st_maxcommitperflush = ncommit;
1094 if (lp->stat.st_mincommitperflush > ncommit ||
[all...]
H A Dlog_stat.c303 STAT_ULONG("transactions waiting to commit", lp->ncommit);
H A Dlog.c261 lp->ncommit = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dlog.h331 u_int32_t ncommit; /* Number of txns waiting to commit. */ member in struct:__log
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dwrite.c465 nfsi->ncommit++;
579 if (nfsi->ncommit != 0) {
581 nfsi->ncommit -= res;
582 if ((nfsi->ncommit == 0) != list_empty(&nfsi->commit))
583 printk(KERN_ERR "NFS: desynchronized value of nfs_i.ncommit.\n");
H A Dnfs3proc.c788 if (NFS_I(data->inode)->ncommit)
H A Dinode.c1177 nfsi->ncommit = 0;
H A Dnfs4proc.c2349 if (!NFS_I(inode)->ncommit)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnfs_fs.h164 ncommit, member in struct:nfs_inode

Completed in 290 milliseconds