Home
last modified time | relevance | path

Searched refs:need_put (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/net/rxrpc/
H A Dconn_client.c704 bool need_put = false; in rxrpc_deactivate_bundle() local
714 need_put = true; in rxrpc_deactivate_bundle()
718 if (need_put) in rxrpc_deactivate_bundle()
/linux-6.15/fs/netfs/
H A Dfscache_cookie.c914 bool need_put = false; in fscache_cookie_drop_from_lru() local
922 need_put = true; in fscache_cookie_drop_from_lru()
925 if (need_put) in fscache_cookie_drop_from_lru()
/linux-6.15/drivers/i2c/
H A Di2c-core-base.c965 bool need_put = false; in i2c_new_client_device() local
1033 need_put = true; in i2c_new_client_device()
1042 if (need_put) in i2c_new_client_device()
/linux-6.15/fs/ceph/
H A Dcaps.c1723 bool need_put = false; in ceph_flush_snaps() local
1769 need_put = true; in ceph_flush_snaps()
1773 if (need_put) in ceph_flush_snaps()
/linux-6.15/fs/f2fs/
H A Ddata.c1192 bool need_put = dn->inode_page ? false : true; in f2fs_reserve_block() local
1201 if (err || need_put) in f2fs_reserve_block()
/linux-6.15/drivers/block/
H A Drbd.c5324 bool need_put = !!rbd_dev->opts; in rbd_dev_release() local
5326 if (need_put) { in rbd_dev_release()
5338 if (need_put) in rbd_dev_release()