Home
last modified time | relevance | path

Searched defs:inuse (Results 1 – 11 of 11) sorted by relevance

/third_party/e2fsprogs/lib/ext2fs/
Dalloc_stats.c19 int inuse, int isdir) in ext2fs_inode_alloc_stats2()
56 void ext2fs_inode_alloc_stats(ext2_filsys fs, ext2_ino_t ino, int inuse) in ext2fs_inode_alloc_stats()
61 void ext2fs_block_alloc_stats2(ext2_filsys fs, blk64_t blk, int inuse) in ext2fs_block_alloc_stats2()
88 void ext2fs_block_alloc_stats(ext2_filsys fs, blk_t blk, int inuse) in ext2fs_block_alloc_stats()
96 int inuse), in ext2fs_set_block_alloc_stats_callback()
110 blk_t num, int inuse) in ext2fs_block_alloc_stats_range()
154 blk_t num, int inuse), in ext2fs_set_block_alloc_stats_range_callback()
Dgen_bitmap64.c185 double inuse; in ext2fs_print_bmap_statistics() local
/third_party/curl/lib/
Dhostip.h71 long inuse; member
/third_party/mingw-w64/mingw-w64-crt/stdio/
Dfseeki64.c20 #define inuse(s) ((s)->_flag & (_IOREAD|_IOWRT|_IORW)) macro
Dfseeko64.c34 #define inuse(s) ((s)->_flag & (_IOREAD|_IOWRT|_IORW)) macro
/third_party/ntfs-3g/ntfsprogs/
Dntfscluster.c290 int inuse = 0; in info() local
Dntfsclone.c188 s64 inuse; /* number of clusters in use */ member
257 le64 inuse; member
2117 s64 nr_clusters, s64 inuse)
2479 static void initialise_image_hdr(s64 device_size, s64 inuse)
Dntfsresize.c197 s64 inuse; /* num of clusters in use */ member
213 s64 inuse; /* num of clusters in use */ member
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/
Df_generic.h168 bool inuse; member
/third_party/e2fsprogs/e2fsck/
Dpass1.c4285 static void e2fsck_block_alloc_stats(ext2_filsys fs, blk64_t blk, int inuse) in e2fsck_block_alloc_stats()
4305 blk_t num, int inuse) in e2fsck_block_alloc_stats_range()
/third_party/uboot/u-boot-2020.01/common/
Ddlmalloc.c420 #define inuse(p)\ macro