Home
last modified time | relevance | path

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

/linux-6.15/fs/nfs/
H A Dlocalio.c521 read_seqbegin_or_lock(&clp->cl_boot_lock, &seq); in nfs_copy_boot_verifier()
524 } while (need_seqretry(&clp->cl_boot_lock, seq)); in nfs_copy_boot_verifier()
525 done_seqretry(&clp->cl_boot_lock, seq); in nfs_copy_boot_verifier()
533 write_seqlock(&clp->cl_boot_lock); in nfs_reset_boot_verifier()
535 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-6.15/include/linux/
H A Dnfs_fs_sb.h133 seqlock_t cl_boot_lock; member