Lines Matching refs:f_lock
360 spinlock_t f_lock;
372 spin_lock(&fp->f_lock);
375 spin_unlock(&fp->f_lock);
378 spin_unlock(&fp->f_lock);
382 spin_lock(&fp->f_lock);
386 * will wait for ->f_lock to be released.
389 spin_unlock(&fp->f_lock);
403 spin_lock(&fp->f_lock);
404 spin_unlock(&fp->f_lock);
419 rechecked while holding ->f_lock, which, if global_flag is now false,
425 ->f_lock will prevent any call to begin_global() from returning, which
435 end_global() are carried out without holding that structure's ->f_lock.