Searched refs:__refcount_inc (Results 1 – 15 of 15) sorted by relevance
/Linux-v6.6/include/linux/ |
D | refcount.h | 248 static inline void __refcount_inc(refcount_t *r, int *oldp) in __refcount_inc() function 267 __refcount_inc(r, NULL); in refcount_inc()
|
/Linux-v6.6/fs/netfs/ |
D | objects.c | 56 __refcount_inc(&rreq->ref, &r); in netfs_get_request() 132 __refcount_inc(&subreq->ref, &r); in netfs_get_subrequest()
|
/Linux-v6.6/net/rxrpc/ |
D | txbuf.c | 63 __refcount_inc(&txb->ref, &r); in rxrpc_get_txbuf()
|
D | local_object.c | 325 __refcount_inc(&local->ref, &r); in rxrpc_get_local()
|
D | conn_object.c | 253 __refcount_inc(&conn->ref, &r); in rxrpc_get_connection()
|
D | peer_object.c | 381 __refcount_inc(&peer->ref, &r); in rxrpc_get_peer()
|
D | call_object.c | 539 __refcount_inc(&call->ref, &r); in rxrpc_get_call()
|
D | conn_client.c | 101 __refcount_inc(&bundle->ref, &r); in rxrpc_get_bundle()
|
/Linux-v6.6/fs/afs/ |
D | server.c | 358 __refcount_inc(&server->ref, &r); in afs_get_server() 389 __refcount_inc(&server->ref, &r); in afs_use_server()
|
D | volume.c | 243 __refcount_inc(&volume->ref, &r); in afs_get_volume()
|
D | cell.c | 544 __refcount_inc(&cell->ref, &r); in afs_get_cell()
|
D | rxrpc.c | 208 __refcount_inc(&call->ref, &r); in afs_get_call()
|
/Linux-v6.6/fs/cachefiles/ |
D | interface.c | 66 __refcount_inc(&object->ref, &r); in cachefiles_grab_object()
|
/Linux-v6.6/fs/fscache/ |
D | volume.c | 25 __refcount_inc(&volume->ref, &ref); in fscache_get_volume()
|
D | cookie.c | 1028 __refcount_inc(&cookie->ref, &ref); in fscache_get_cookie()
|