Lines Matching refs:flctx
168 struct file_lock_context *flctx = inode->i_flctx;
171 if (!flctx || list_empty_careful(&flctx->flc_posix))
175 spin_lock(&flctx->flc_lock);
176 list_for_each_entry(fl, &flctx->flc_posix, fl_list) {
187 spin_unlock(&flctx->flc_lock);
199 spin_unlock(&flctx->flc_lock);
230 struct file_lock_context *flctx = inode->i_flctx;
235 if (flctx && !list_empty_careful(&flctx->flc_posix)) {
236 spin_lock(&flctx->flc_lock);
237 list_for_each_entry(fl, &flctx->flc_posix, fl_list) {
239 spin_unlock(&flctx->flc_lock);
243 spin_unlock(&flctx->flc_lock);