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.c725 seq = read_seqbegin(&clp->cl_boot_lock); in nfs_copy_boot_verifier()
728 } while (read_seqretry(&clp->cl_boot_lock, seq)); in nfs_copy_boot_verifier()
736 write_seqlock(&clp->cl_boot_lock); in nfs_reset_boot_verifier()
738 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.h132 seqlock_t cl_boot_lock; member