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

/linux-master/fs/ocfs2/
H A Daops.c717 u32 w_first_new_cpos; member in struct:ocfs2_write_ctxt
848 wc->w_first_new_cpos = UINT_MAX;
1433 * If w_first_new_cpos is < UINT_MAX, we have a non-sparse
1434 * file that got extended. w_first_new_cpos tells us
1438 if (desc->c_cpos >= wc->w_first_new_cpos) {
1626 wc->w_first_new_cpos =

Completed in 229 milliseconds