Searched defs:bmap (Results 1 – 6 of 6) sorted by relevance
| /third_party/exfatprogs/include/ |
| D | libexfat.h | 105 static inline bool exfat_bitmap_get(char *bmap, clus_t c) in exfat_bitmap_get() 112 static inline void exfat_bitmap_set(char *bmap, clus_t c) in exfat_bitmap_set() 119 static inline void exfat_bitmap_clear(char *bmap, clus_t c) in exfat_bitmap_clear()
|
| /third_party/exfatprogs/lib/ |
| D | libexfat.c | 43 static int exfat_bitmap_find_bit(struct exfat *exfat, char *bmap, in exfat_bitmap_find_bit() 61 int exfat_bitmap_find_zero(struct exfat *exfat, char *bmap, in exfat_bitmap_find_zero() 68 int exfat_bitmap_find_one(struct exfat *exfat, char *bmap, in exfat_bitmap_find_one()
|
| /third_party/ntfs-3g/include/fuse-lite/ |
| D | fuse.h | 422 int (*bmap) (const char *, size_t blocksize, uint64_t *idx); member
|
| D | fuse_lowlevel.h | 804 void (*bmap) (fuse_req_t req, fuse_ino_t ino, size_t blocksize, member
|
| /third_party/libfuse/include/ |
| D | fuse.h | 703 int (*bmap) (const char *, size_t blocksize, uint64_t *idx); member
|
| D | fuse_lowlevel.h | 1025 void (*bmap) (fuse_req_t req, fuse_ino_t ino, size_t blocksize, member
|