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

/linux-master/fs/ocfs2/
H A Daops.c749 * w_target_locked is used for page_mkwrite path indicating no unlocking
752 unsigned int w_target_locked:1; member in struct:ocfs2_write_ctxt
793 * w_target_locked is only set to true in the page_mkwrite() case.
797 if (wc->w_target_locked) {
1083 wc->w_target_locked = true;
1105 wc->w_target_locked = false;
1848 if (wc->w_target_locked)

Completed in 117 milliseconds