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

/linux-master/fs/lockd/
H A Dsvcsubs.c220 spin_lock(&flctx->flc_lock);
231 spin_unlock(&flctx->flc_lock);
237 spin_unlock(&flctx->flc_lock);
274 spin_lock(&flctx->flc_lock);
277 spin_unlock(&flctx->flc_lock);
281 spin_unlock(&flctx->flc_lock);
/linux-master/fs/
H A Dlocks.c132 * Note that alterations to the list also require that the relevant flc_lock is
166 * we often hold the flc_lock as well. In certain cases, when reading the fields
168 * flc_lock.
190 spin_lock_init(&ctx->flc_lock);
335 spin_lock(&flctx->flc_lock);
340 spin_unlock(&flctx->flc_lock);
344 spin_unlock(&flctx->flc_lock);
437 * As ctx->flc_lock is held, new requests cannot be added to
635 /* Must be called with the flc_lock held! */
648 /* Must be called with the flc_lock hel
[all...]
/linux-master/fs/ceph/
H A Dlocks.c388 spin_lock(&ctx->flc_lock);
393 spin_unlock(&ctx->flc_lock);
457 spin_lock(&ctx->flc_lock);
481 spin_unlock(&ctx->flc_lock);
/linux-master/include/linux/
H A Dfilelock.h143 spinlock_t flc_lock; member in struct:file_lock_context
/linux-master/fs/nfs/
H A Ddelegation.c157 spin_lock(&flctx->flc_lock);
162 spin_unlock(&flctx->flc_lock);
166 spin_lock(&flctx->flc_lock);
172 spin_unlock(&flctx->flc_lock);
H A Dnfs4state.c1529 spin_lock(&flctx->flc_lock);
1534 spin_unlock(&flctx->flc_lock);
1565 spin_lock(&flctx->flc_lock);
1571 spin_unlock(&flctx->flc_lock);
H A Dwrite.c1331 spin_lock(&flctx->flc_lock);
1343 spin_unlock(&flctx->flc_lock);
/linux-master/fs/smb/server/
H A Dvfs.c339 spin_lock(&ctx->flc_lock);
360 spin_unlock(&ctx->flc_lock);
/linux-master/fs/smb/client/
H A Dfile.c1653 spin_lock(&flctx->flc_lock);
1657 spin_unlock(&flctx->flc_lock);
1676 spin_lock(&flctx->flc_lock);
1700 spin_unlock(&flctx->flc_lock);
/linux-master/fs/nfsd/
H A Dnfs4state.c5194 * flc_lock) we know the server hasn't removed the lease yet, and
5201 /* Called from break_lease() with flc_lock held. */
8291 spin_lock(&flctx->flc_lock);
8298 spin_unlock(&flctx->flc_lock);
8825 spin_lock(&ctx->flc_lock);
8844 spin_unlock(&ctx->flc_lock);
8852 spin_unlock(&ctx->flc_lock);
8884 spin_unlock(&ctx->flc_lock);

Completed in 404 milliseconds