| 3969 | #define cache_fpl_handled_error(x, e) cache_fpl_handled_error_impl((x), (e), __LINE__) |
| 3970 | |
| 3971 | static bool |
| 3972 | cache_fpl_terminated(struct cache_fpl *fpl) |
| 3973 | { |
| 3974 | |
| 3975 | return (fpl->status != CACHE_FPL_STATUS_UNSET); |
| 3976 | } |
| 3977 | |
| 3978 | #define CACHE_FPL_SUPPORTED_CN_FLAGS \ |
| 3979 | (NC_NOMAKEENTRY | NC_KEEPPOSENTRY | LOCKLEAF | LOCKPARENT | WANTPARENT | \ |
no outgoing calls
no test coverage detected