Searched refs:read_seqbegin_or_lock (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/ |
| A 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()
|
| A D | dcache.c | 1243 read_seqbegin_or_lock(&rename_lock, &seq); in d_walk()
|
| /linux/net/rxrpc/ |
| A D | conn_service.c | 39 read_seqbegin_or_lock(&peer->service_conn_lock, &seq); in rxrpc_find_service_conn_rcu()
|
| /linux/fs/afs/ |
| A D | callback.c | 124 read_seqbegin_or_lock(&cell->volume_lock, &seq); in afs_lookup_volume_rcu()
|
| A 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/include/linux/ |
| A D | seqlock.h | 1058 static inline void read_seqbegin_or_lock(seqlock_t *lock, int *seq) in read_seqbegin_or_lock() function
|
| /linux/Documentation/locking/ |
| A D | seqlock.rst | 228 read_seqbegin_or_lock(&foo_seqlock, &seq);
|
| /linux/fs/nfs/ |
| A D | localio.c | 418 read_seqbegin_or_lock(&clp->cl_boot_lock, &seq); in nfs_copy_boot_verifier()
|
Completed in 20 milliseconds