Home
last modified time | relevance | path

Searched refs:flctx (Results 1 – 1 of 1) sorted by relevance

/linux/fs/nfs/
H A Dnfs4state.c1436 struct file_lock_context *flctx = locks_inode_context(inode); in nfs4_reclaim_locks() local
1439 if (flctx == NULL) in nfs4_reclaim_locks()
1442 list = &flctx->flc_posix; in nfs4_reclaim_locks()
1446 spin_lock(&flctx->flc_lock); in nfs4_reclaim_locks()
1451 spin_unlock(&flctx->flc_lock); in nfs4_reclaim_locks()
1482 spin_lock(&flctx->flc_lock); in nfs4_reclaim_locks()
1484 if (list == &flctx->flc_posix) { in nfs4_reclaim_locks()
1485 list = &flctx->flc_flock; in nfs4_reclaim_locks()
1488 spin_unlock(&flctx->flc_lock); in nfs4_reclaim_locks()