Searched refs:inuse (Results 1 - 12 of 12) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsclone.c | 188 s64 inuse; /* number of clusters in use */ member 257 le64 inuse; member 1031 le64_to_cpu(image_hdr.inuse) + 1, 1376 image->inuse++; 1756 walk->image->inuse += lcn_length; 1766 walk->image->inuse 1772 walk->image->inuse += lcn_length; 2067 walk->image->inuse++; 2117 s64 nr_clusters, s64 inuse) 2122 used = inuse * cluster_siz 2116 print_disk_usage(const char *spacer, u32 cluster_size, s64 nr_clusters, s64 inuse) global() argument 2479 initialise_image_hdr(s64 device_size, s64 inuse) global() argument [all...] |
H A D | ntfscluster.c | 290 int inuse = 0; in info() local 299 inuse++; in info() 344 h = inuse; in info()
|
H A D | ntfsresize.c | 197 s64 inuse; /* num of clusters in use */ member 213 s64 inuse; /* num of clusters in use */ member 890 fsck->inuse += lcn_length; in build_lcn_usage_bitmap() 3008 s64 last = resize->inuse - 1; in set_disk_usage_constraint() 3022 if (resize->inuse == resize->vol->nr_clusters) in check_resize_constraints() 3030 if (new_size < resize->inuse) in check_resize_constraints() 4641 print_disk_usage(vol, fsck.inuse); in main() 4643 resize.inuse = fsck.inuse; in main()
|
/third_party/curl/lib/ |
H A D | hostip.c | 372 dns->inuse++; /* we use it! */ in Curl_fetch_addr() 504 dns->inuse = 1; /* the cache has the first reference */ in Curl_cache_addr() 522 dns->inuse++; /* mark entry as in-use */ in Curl_cache_addr() 673 * The cache entry we return will get its 'inuse' counter increased when this 716 dns->inuse++; /* we use it! */ in Curl_resolv() 875 * The cache entry we return will get its 'inuse' counter increased when this 1063 * File-internal: release cache dns entry reference, free if inuse drops to 0 1068 DEBUGASSERT(dns && (dns->inuse>0)); in freednsentry() 1070 dns->inuse--; in freednsentry() 1071 if(dns->inuse in freednsentry() [all...] |
H A D | hostip.h | 66 long inuse; member
|
H A D | conncache.c | 580 fprintf(stderr, " [%p %d]", (void *)conn, conn->inuse);
|
H A D | url.c | 648 DEBUGF(infof(data, "Curl_disconnect when inuse: %zu", CONN_INUSE(conn))); in Curl_disconnect() 3191 hostaddr->inuse++;
|
/third_party/curl/tests/unit/ |
H A D | unit1305.c | 125 data_node->inuse = 1; /* hash will hold the reference */
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_tile_cache.c | 417 int inuse = 0, pos; in sp_flush_tile_cache() local 429 ++inuse; in sp_flush_tile_cache() 444 debug_printf("flushed tiles in use: %d\n", inuse); in sp_flush_tile_cache()
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/ |
H A D | f_generic.h | 168 bool inuse; member
|
/third_party/backends/frontend/ |
H A D | saned.c | 240 u_int inuse:1; /* is this handle in use? */ member 478 if (handle[i].inuse) in quit() 504 if (!handle[h].inuse) in get_free_handle() 508 handle[h].inuse = 1; in get_free_handle() 534 if (h >= 0 && handle[h].inuse) in close_handle() 537 handle[h].inuse = 0; in close_handle() 547 if (w->status || (unsigned) h >= (unsigned) num_handles || !handle[h].inuse) in decode_handle() 1995 || !handle[req.handle].inuse)
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
H A D | f_generic.c | 284 if (!dev || dev->inuse) in generic_acquire_dev() 291 dev->inuse = false; in generic_acquire_dev() 928 dev->inuse = false; in generic_classobject()
|
Completed in 25 milliseconds