Home
last modified time | relevance | path

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

/Linux-v6.1/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.1/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.1/fs/afs/
Dserver.c358 __refcount_inc(&server->ref, &r); in afs_get_server()
389 __refcount_inc(&server->ref, &r); in afs_use_server()
Dvolume.c247 __refcount_inc(&volume->ref, &r); in afs_get_volume()
Dcell.c544 __refcount_inc(&cell->ref, &r); in afs_get_cell()
Drxrpc.c205 __refcount_inc(&call->ref, &r); in afs_get_call()
/Linux-v6.1/net/rxrpc/
Dlocal_object.c271 __refcount_inc(&local->ref, &r); in rxrpc_get_local()
Dconn_object.c298 __refcount_inc(&conn->ref, &r); in rxrpc_get_connection()
Dpeer_object.c393 __refcount_inc(&peer->ref, &r); in rxrpc_get_peer()
Dcall_object.c508 __refcount_inc(&call->ref, &n); in rxrpc_get_call()
/Linux-v6.1/fs/cachefiles/
Dinterface.c66 __refcount_inc(&object->ref, &r); in cachefiles_grab_object()
/Linux-v6.1/fs/fscache/
Dvolume.c25 __refcount_inc(&volume->ref, &ref); in fscache_get_volume()
Dcookie.c1028 __refcount_inc(&cookie->ref, &ref); in fscache_get_cookie()