Searched refs:__refcount_inc (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/include/linux/ |
H A 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()
|
/openbmc/linux/fs/netfs/ |
H A D | objects.c | 56 __refcount_inc(&rreq->ref, &r); in netfs_get_request() 132 __refcount_inc(&subreq->ref, &r); in netfs_get_subrequest()
|
/openbmc/linux/net/rxrpc/ |
H A D | txbuf.c | 63 __refcount_inc(&txb->ref, &r); in rxrpc_get_txbuf()
|
H A D | peer_object.c | 381 __refcount_inc(&peer->ref, &r); in rxrpc_get_peer()
|
H A D | conn_object.c | 248 __refcount_inc(&conn->ref, &r); in rxrpc_get_connection()
|
H A D | local_object.c | 336 __refcount_inc(&local->ref, &r); in rxrpc_get_local()
|
H A D | call_object.c | 534 __refcount_inc(&call->ref, &r); in rxrpc_get_call()
|
H A D | conn_client.c | 103 __refcount_inc(&bundle->ref, &r); in rxrpc_get_bundle()
|
/openbmc/linux/fs/afs/ |
H A D | server.c | 359 __refcount_inc(&server->ref, &r); in afs_get_server() 390 __refcount_inc(&server->ref, &r); in afs_use_server()
|
H A D | volume.c | 263 __refcount_inc(&volume->ref, &r); in afs_get_volume()
|
H A D | cell.c | 546 __refcount_inc(&cell->ref, &r); in afs_get_cell()
|
H A D | rxrpc.c | 208 __refcount_inc(&call->ref, &r); in afs_get_call()
|
/openbmc/linux/fs/cachefiles/ |
H A D | interface.c | 71 __refcount_inc(&object->ref, &r); in cachefiles_grab_object()
|
/openbmc/linux/fs/fscache/ |
H A D | volume.c | 25 __refcount_inc(&volume->ref, &ref); in fscache_get_volume()
|
H A D | cookie.c | 1032 __refcount_inc(&cookie->ref, &ref); in fscache_get_cookie()
|