Searched refs:_INLINE_ (Results 1 – 9 of 9) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | bitops.h | 135 #define _INLINE_ extern macro 138 #define _INLINE_ extern __inline__ macro 140 #define _INLINE_ extern inline macro 149 _INLINE_ void ext2fs_fast_set_bit(unsigned int nr,void * addr) in ext2fs_fast_set_bit() 157 _INLINE_ void ext2fs_fast_clear_bit(unsigned int nr, void * addr) in ext2fs_fast_clear_bit() 187 _INLINE_ int ext2fs_set_bit(unsigned int nr, void * addr) in ext2fs_set_bit() 198 _INLINE_ int ext2fs_clear_bit(unsigned int nr, void * addr) in ext2fs_clear_bit() 209 _INLINE_ int ext2fs_test_bit(unsigned int nr, const void * addr) in ext2fs_test_bit() 220 _INLINE_ __u32 ext2fs_swab32(__u32 val) in ext2fs_swab32() 234 _INLINE_ __u16 ext2fs_swab16(__u16 val) in ext2fs_swab16() [all …]
|
D | ext2fs.h | 1191 #define _INLINE_ extern macro 1194 #define _INLINE_ extern __inline__ macro 1196 #define _INLINE_ extern inline macro 1205 _INLINE_ errcode_t ext2fs_get_mem(unsigned long size, void *ptr) in ext2fs_get_mem() 1216 _INLINE_ errcode_t ext2fs_get_memalign(unsigned long size, in ext2fs_get_memalign() 1243 _INLINE_ errcode_t ext2fs_get_array(unsigned long count, unsigned long size, void *ptr) in ext2fs_get_array() 1253 _INLINE_ errcode_t ext2fs_free_mem(void *ptr) in ext2fs_free_mem() 1267 _INLINE_ errcode_t ext2fs_resize_mem(unsigned long EXT2FS_ATTR((unused)) old_size, in ext2fs_resize_mem() 1286 _INLINE_ void ext2fs_mark_super_dirty(ext2_filsys fs) in ext2fs_mark_super_dirty() 1294 _INLINE_ void ext2fs_mark_changed(ext2_filsys fs) in ext2fs_mark_changed() [all …]
|
/external/e2fsprogs/lib/blkid/ |
D | list.h | 9 #define _INLINE_ static __inline__ macro 11 #define _INLINE_ static inline 43 _INLINE_ void __list_add(struct list_head * add, in __list_add() 61 _INLINE_ void list_add(struct list_head *add, struct list_head *head) in list_add() 74 _INLINE_ void list_add_tail(struct list_head *add, struct list_head *head) in list_add_tail() 86 _INLINE_ void __list_del(struct list_head * prev, in __list_del() 100 _INLINE_ void list_del(struct list_head *entry) in list_del() 109 _INLINE_ void list_del_init(struct list_head *entry) in list_del_init() 119 _INLINE_ int list_empty(struct list_head *head) in list_empty() 129 _INLINE_ void list_splice(struct list_head *list, struct list_head *head) in list_splice() [all …]
|
D | probe.h | 732 #define _INLINE_ static __inline__ macro 734 #define _INLINE_ static inline macro 746 _INLINE_ __u32 blkid_swab32(__u32 val) in blkid_swab32() 760 _INLINE_ __u16 blkid_swab16(__u16 val) in blkid_swab16() 768 _INLINE_ __u64 blkid_swab64(__u64 val) in blkid_swab64() 777 _INLINE_ __u16 blkid_swab16(__u16 val) in blkid_swab16() 782 _INLINE_ __u32 blkid_swab32(__u32 val) in blkid_swab32() 788 _INLINE_ __u64 blkid_swab64(__u64 val) in blkid_swab64() 813 #undef _INLINE_
|
/external/e2fsprogs/e2fsck/ |
D | jfs_user.h | 85 #define _INLINE_ extern macro 88 #define _INLINE_ extern __inline__ macro 90 #define _INLINE_ extern inline macro 94 _INLINE_ lkmem_cache_t * do_cache_create(int len) in do_cache_create() 103 _INLINE_ void do_cache_destroy(lkmem_cache_t *cache) in do_cache_destroy() 111 _INLINE_ size_t journal_tag_bytes(journal_t *journal) in journal_tag_bytes() 119 #undef _INLINE_
|
D | message.c | 99 #define _INLINE_ __inline__ macro 101 #define _INLINE_ macro 236 static _INLINE_ void expand_at_expression(e2fsck_t ctx, char ch, in expand_at_expression() 261 static _INLINE_ void expand_inode_expression(ext2_filsys fs, char ch, in expand_inode_expression() 357 static _INLINE_ void expand_dirent_expression(ext2_filsys fs, char ch, in expand_dirent_expression() 399 static _INLINE_ void expand_percent_expression(ext2_filsys fs, char ch, in expand_percent_expression()
|
D | util.c | 304 #define _INLINE_ __inline__ macro 306 #define _INLINE_ macro 309 static _INLINE_ float timeval_subtract(struct timeval *tv1, in timeval_subtract()
|
D | pass2.c | 52 #define _INLINE_ macro 54 #define _INLINE_ inline macro 474 static _INLINE_ int check_filetype(e2fsck_t ctx, in check_filetype()
|
D | pass1.c | 53 #define _INLINE_ macro 55 #define _INLINE_ inline macro 1334 static _INLINE_ void mark_block_used(e2fsck_t ctx, blk_t block) in mark_block_used()
|