Searched refs:__refcount_inc (Results 1 – 17 of 17) sorted by relevance
/linux-6.12.1/include/linux/ |
D | refcount.h | 239 static inline void __refcount_inc(refcount_t *r, int *oldp) in __refcount_inc() function 258 __refcount_inc(r, NULL); in refcount_inc()
|
/linux-6.12.1/fs/netfs/ |
D | objects.c | 85 __refcount_inc(&rreq->ref, &r); in netfs_get_request() 209 __refcount_inc(&subreq->ref, &r); in netfs_get_subrequest()
|
D | fscache_volume.c | 25 __refcount_inc(&volume->ref, &ref); in fscache_get_volume()
|
D | fscache_cookie.c | 1032 __refcount_inc(&cookie->ref, &ref); in fscache_get_cookie()
|
/linux-6.12.1/fs/afs/ |
D | server.c | 351 __refcount_inc(&server->ref, &r); in afs_get_server() 382 __refcount_inc(&server->ref, &r); in afs_use_server()
|
D | addr_list.c | 50 __refcount_inc(&alist->usage, &r); in afs_get_addrlist()
|
D | volume.c | 280 __refcount_inc(&volume->ref, &r); in afs_get_volume()
|
D | fs_probe.c | 24 __refcount_inc(&estate->ref, &r); in afs_get_endpoint_state()
|
D | rxrpc.c | 243 __refcount_inc(&call->ref, &r); in afs_get_call()
|
D | cell.c | 545 __refcount_inc(&cell->ref, &r); in afs_get_cell()
|
/linux-6.12.1/net/rxrpc/ |
D | txbuf.c | 164 __refcount_inc(&txb->ref, &r); in rxrpc_get_txbuf()
|
D | local_object.c | 336 __refcount_inc(&local->ref, &r); in rxrpc_get_local()
|
D | conn_object.c | 249 __refcount_inc(&conn->ref, &r); in rxrpc_get_connection()
|
D | peer_object.c | 383 __refcount_inc(&peer->ref, &r); in rxrpc_get_peer()
|
D | conn_client.c | 107 __refcount_inc(&bundle->ref, &r); in rxrpc_get_bundle()
|
D | call_object.c | 529 __refcount_inc(&call->ref, &r); in rxrpc_get_call()
|
/linux-6.12.1/fs/cachefiles/ |
D | interface.c | 71 __refcount_inc(&object->ref, &r); in cachefiles_grab_object()
|