Home
last modified time | relevance | path

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

/fs/dlm/
Dast.c113 struct dlm_callback *cb, int *resid) in dlm_rem_lkb_callback() argument
117 *resid = 0; in dlm_rem_lkb_callback()
137 (*resid)++; in dlm_rem_lkb_callback()
220 int i, rv, resid; in dlm_callback_work() local
233 rv = dlm_rem_lkb_callback(ls, lkb, &callbacks[i], &resid); in dlm_callback_work()
238 if (resid) { in dlm_callback_work()
241 resid); in dlm_callback_work()
Duser.c783 int rv, resid, copy_lvb = 0; in device_read() local
844 rv = dlm_rem_lkb_callback(lkb->lkb_resource->res_ls, lkb, &cb, &resid); in device_read()
855 if (!resid) in device_read()
861 if (!resid) in device_read()
882 if (!resid) in device_read()
Dast.h18 struct dlm_callback *cb, int *resid);
/fs/xfs/
Dxfs_rtalloc.c1309 uint64_t resid; /* residual after log removed */ in xfs_rtpick_extent() local
1324 resid = seq - (1ULL << log2); in xfs_rtpick_extent()
1325 b = (mp->m_sb.sb_rextents * ((resid << 1) + 1ULL)) >> in xfs_rtpick_extent()