Home
last modified time | relevance | path

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

/openbmc/linux/net/rxrpc/
H A Dconn_client.c692 bool need_put = false; in rxrpc_deactivate_bundle() local
702 need_put = true; in rxrpc_deactivate_bundle()
706 if (need_put) in rxrpc_deactivate_bundle()
/openbmc/linux/fs/fscache/
H A Dcookie.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()
/openbmc/linux/drivers/i2c/
H A Di2c-core-base.c959 bool need_put = false; in i2c_new_client_device() local
1027 need_put = true; in i2c_new_client_device()
1036 if (need_put) in i2c_new_client_device()
/openbmc/linux/fs/ceph/
H A Dcaps.c1694 bool need_put = false; in ceph_flush_snaps() local
1740 need_put = true; in ceph_flush_snaps()
1744 if (need_put) in ceph_flush_snaps()
/openbmc/linux/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()
/openbmc/linux/drivers/block/
H A Drbd.c5331 bool need_put = !!rbd_dev->opts; in rbd_dev_release() local
5333 if (need_put) { in rbd_dev_release()
5345 if (need_put) in rbd_dev_release()