Searched refs:read_seqbegin_or_lock (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/fs/ |
D | d_path.c | 166 read_seqbegin_or_lock(&mount_lock, &m_seq); in prepend_path() 171 read_seqbegin_or_lock(&rename_lock, &seq); in prepend_path() 341 read_seqbegin_or_lock(&rename_lock, &seq); in __dentry_path()
|
D | dcache.c | 1243 read_seqbegin_or_lock(&rename_lock, &seq); in d_walk()
|
/linux-6.12.1/net/rxrpc/ |
D | conn_service.c | 39 read_seqbegin_or_lock(&peer->service_conn_lock, &seq); in rxrpc_find_service_conn_rcu()
|
/linux-6.12.1/fs/afs/ |
D | callback.c | 124 read_seqbegin_or_lock(&cell->volume_lock, &seq); in afs_lookup_volume_rcu()
|
D | server.c | 39 read_seqbegin_or_lock(&net->fs_addr_lock, &seq); in afs_find_server() 82 read_seqbegin_or_lock(&net->fs_lock, &seq); in afs_find_server_by_uuid()
|
/linux-6.12.1/include/linux/ |
D | seqlock.h | 1058 static inline void read_seqbegin_or_lock(seqlock_t *lock, int *seq) in read_seqbegin_or_lock() function
|
/linux-6.12.1/Documentation/locking/ |
D | seqlock.rst | 228 read_seqbegin_or_lock(&foo_seqlock, &seq);
|
/linux-6.12.1/fs/nfs/ |
D | localio.c | 418 read_seqbegin_or_lock(&clp->cl_boot_lock, &seq); in nfs_copy_boot_verifier()
|