Searched refs:need_bytes (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_log.c74 int need_bytes);
706 int need_bytes, free_bytes, cycle, bytes; local
756 need_bytes = tic->t_unit_res*tic->t_cnt;
758 need_bytes = tic->t_unit_res;
759 if (free_bytes < need_bytes && tail_lsn != 1)
762 free_bytes -= need_bytes;
1239 int need_bytes)
1250 ASSERT(BTOBB(need_bytes) < log->l_logBBsize);
1264 free_threshold = BTOBB(need_bytes);
2548 int need_bytes; local
1238 xlog_grant_push_ail(xfs_mount_t *mp, int need_bytes) argument
2667 int free_bytes, need_bytes; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_put.c82 u_int32_t data_size, have_bytes, need_bytes, needed, pages, pagespace; local
198 need_bytes = 0;
201 need_bytes = sizeof(db_indx_t);
204 need_bytes += BOVERFLOW_PSIZE;
206 need_bytes += BKEYDATA_PSIZE(data_size);
208 if (have_bytes < need_bytes)
209 needed += need_bytes - have_bytes;

Completed in 56 milliseconds