Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Drefcount.h248 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/
Dobjects.c56 __refcount_inc(&rreq->ref, &r); in netfs_get_request()
132 __refcount_inc(&subreq->ref, &r); in netfs_get_subrequest()
/Linux-v6.6/net/rxrpc/
Dtxbuf.c63 __refcount_inc(&txb->ref, &r); in rxrpc_get_txbuf()
Dlocal_object.c325 __refcount_inc(&local->ref, &r); in rxrpc_get_local()
Dconn_object.c253 __refcount_inc(&conn->ref, &r); in rxrpc_get_connection()
Dpeer_object.c381 __refcount_inc(&peer->ref, &r); in rxrpc_get_peer()
Dcall_object.c539 __refcount_inc(&call->ref, &r); in rxrpc_get_call()
Dconn_client.c101 __refcount_inc(&bundle->ref, &r); in rxrpc_get_bundle()
/Linux-v6.6/fs/afs/
Dserver.c358 __refcount_inc(&server->ref, &r); in afs_get_server()
389 __refcount_inc(&server->ref, &r); in afs_use_server()
Dvolume.c243 __refcount_inc(&volume->ref, &r); in afs_get_volume()
Dcell.c544 __refcount_inc(&cell->ref, &r); in afs_get_cell()
Drxrpc.c208 __refcount_inc(&call->ref, &r); in afs_get_call()
/Linux-v6.6/fs/cachefiles/
Dinterface.c66 __refcount_inc(&object->ref, &r); in cachefiles_grab_object()
/Linux-v6.6/fs/fscache/
Dvolume.c25 __refcount_inc(&volume->ref, &ref); in fscache_get_volume()
Dcookie.c1028 __refcount_inc(&cookie->ref, &ref); in fscache_get_cookie()