Home
last modified time | relevance | path

Searched refs:resid (Results 1 – 4 of 4) sorted by relevance

/fs/dlm/
Dast.c115 struct dlm_callback *cb, int *resid) in dlm_rem_lkb_callback() argument
119 *resid = 0; in dlm_rem_lkb_callback()
139 (*resid)++; in dlm_rem_lkb_callback()
222 int i, rv, resid; in dlm_callback_work() local
235 rv = dlm_rem_lkb_callback(ls, lkb, &callbacks[i], &resid); in dlm_callback_work()
240 if (resid) { in dlm_callback_work()
243 resid); in dlm_callback_work()
Duser.c804 int rv, resid, copy_lvb = 0; in device_read() local
865 rv = dlm_rem_lkb_callback(lkb->lkb_resource->res_ls, lkb, &cb, &resid); in device_read()
876 if (!resid) in device_read()
882 if (!resid) in device_read()
906 if (!resid) in device_read()
Dast.h17 struct dlm_callback *cb, int *resid);
/fs/xfs/
Dxfs_rtalloc.c1382 uint64_t resid; /* residual after log removed */ in xfs_rtpick_extent() local
1397 resid = seq - (1ULL << log2); in xfs_rtpick_extent()
1398 b = (mp->m_sb.sb_rextents * ((resid << 1) + 1ULL)) >> in xfs_rtpick_extent()