Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dlocalio.c506 seq = read_seqbegin(&clp->cl_boot_lock); in nfs_copy_boot_verifier()
509 } while (read_seqretry(&clp->cl_boot_lock, seq)); in nfs_copy_boot_verifier()
517 write_seqlock(&clp->cl_boot_lock); in nfs_reset_boot_verifier()
519 write_sequnlock(&clp->cl_boot_lock); in nfs_reset_boot_verifier()
H A Dclient.c186 seqlock_init(&clp->cl_boot_lock); in nfs_alloc_client()
/linux/include/linux/
H A Dnfs_fs_sb.h134 seqlock_t cl_boot_lock; member