Home
last modified time | relevance | path

Searched refs:__refcount_inc (Results 1 – 17 of 17) sorted by relevance

/linux-6.12.1/include/linux/
Drefcount.h239 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/
Dobjects.c85 __refcount_inc(&rreq->ref, &r); in netfs_get_request()
209 __refcount_inc(&subreq->ref, &r); in netfs_get_subrequest()
Dfscache_volume.c25 __refcount_inc(&volume->ref, &ref); in fscache_get_volume()
Dfscache_cookie.c1032 __refcount_inc(&cookie->ref, &ref); in fscache_get_cookie()
/linux-6.12.1/fs/afs/
Dserver.c351 __refcount_inc(&server->ref, &r); in afs_get_server()
382 __refcount_inc(&server->ref, &r); in afs_use_server()
Daddr_list.c50 __refcount_inc(&alist->usage, &r); in afs_get_addrlist()
Dvolume.c280 __refcount_inc(&volume->ref, &r); in afs_get_volume()
Dfs_probe.c24 __refcount_inc(&estate->ref, &r); in afs_get_endpoint_state()
Drxrpc.c243 __refcount_inc(&call->ref, &r); in afs_get_call()
Dcell.c545 __refcount_inc(&cell->ref, &r); in afs_get_cell()
/linux-6.12.1/net/rxrpc/
Dtxbuf.c164 __refcount_inc(&txb->ref, &r); in rxrpc_get_txbuf()
Dlocal_object.c336 __refcount_inc(&local->ref, &r); in rxrpc_get_local()
Dconn_object.c249 __refcount_inc(&conn->ref, &r); in rxrpc_get_connection()
Dpeer_object.c383 __refcount_inc(&peer->ref, &r); in rxrpc_get_peer()
Dconn_client.c107 __refcount_inc(&bundle->ref, &r); in rxrpc_get_bundle()
Dcall_object.c529 __refcount_inc(&call->ref, &r); in rxrpc_get_call()
/linux-6.12.1/fs/cachefiles/
Dinterface.c71 __refcount_inc(&object->ref, &r); in cachefiles_grab_object()