Searched refs:_INLINE_ (Results 1 - 9 of 9) sorted by relevance

/external/e2fsprogs/lib/blkid/
H A Dlist.h9 #define _INLINE_ static __inline__ macro
11 #define _INLINE_ static inline macro
40 _INLINE_ void __list_add(struct list_head * add,
58 _INLINE_ void list_add(struct list_head *add, struct list_head *head)
71 _INLINE_ void list_add_tail(struct list_head *add, struct list_head *head)
83 _INLINE_ void __list_del(struct list_head * prev,
97 _INLINE_ void list_del(struct list_head *entry)
106 _INLINE_ void list_del_init(struct list_head *entry)
116 _INLINE_ int list_empty(struct list_head *head)
126 _INLINE_ voi
170 #undef _INLINE_ macro
[all...]
H A Dprobe.h769 #define _INLINE_ static __inline__ macro
771 #define _INLINE_ static inline macro
783 _INLINE_ __u32 blkid_swab32(__u32 val)
797 _INLINE_ __u16 blkid_swab16(__u16 val)
805 _INLINE_ __u64 blkid_swab64(__u64 val)
814 _INLINE_ __u16 blkid_swab16(__u16 val)
819 _INLINE_ __u32 blkid_swab32(__u32 val)
825 _INLINE_ __u64 blkid_swab64(__u64 val)
850 #undef _INLINE_ macro
/external/e2fsprogs/lib/ext2fs/
H A Dbitops.h221 #define _INLINE_ extern inline macro
223 #define _INLINE_ inline macro
227 #define _INLINE_ inline macro
230 #define _INLINE_ extern __inline__ macro
232 #define _INLINE_ extern inline macro
242 _INLINE_ void ext2fs_fast_set_bit(unsigned int nr,void * addr)
250 _INLINE_ void ext2fs_fast_clear_bit(unsigned int nr, void * addr)
259 _INLINE_ void ext2fs_fast_set_bit64(__u64 nr, void * addr)
267 _INLINE_ void ext2fs_fast_clear_bit64(__u64 nr, void * addr)
297 _INLINE_ in
648 #undef _INLINE_ macro
[all...]
H A Dext2fs.h1512 #define _INLINE_ extern macro
1515 #define _INLINE_ inline macro
1518 #define _INLINE_ extern __inline__ macro
1520 #define _INLINE_ extern inline macro
1530 _INLINE_ errcode_t ext2fs_get_mem(unsigned long size, void *ptr)
1541 _INLINE_ errcode_t ext2fs_get_memzero(unsigned long size, void *ptr)
1553 _INLINE_ errcode_t ext2fs_get_array(unsigned long count, unsigned long size, void *ptr)
1560 _INLINE_ errcode_t ext2fs_get_arrayzero(unsigned long count,
1577 _INLINE_ errcode_t ext2fs_free_mem(void *ptr)
1591 _INLINE_ errcode_
1741 #undef _INLINE_ macro
[all...]
/external/e2fsprogs/e2fsck/
H A Djfs_user.h89 #define _INLINE_ extern inline macro
91 #define _INLINE_ inline macro
95 #define _INLINE_ inline macro
98 #define _INLINE_ extern __inline__ macro
100 #define _INLINE_ extern inline macro
106 _INLINE_ lkmem_cache_t * do_cache_create(int len)
115 _INLINE_ void do_cache_destroy(lkmem_cache_t *cache)
123 _INLINE_ size_t journal_tag_bytes(journal_t *journal)
131 #undef _INLINE_ macro
H A Dmessage.c100 #define _INLINE_ __inline__ macro
102 #define _INLINE_ macro
240 static _INLINE_ void expand_at_expression(FILE *f, e2fsck_t ctx, char ch,
265 static _INLINE_ void expand_inode_expression(FILE *f, ext2_filsys fs, char ch,
359 static _INLINE_ void expand_dirent_expression(FILE *f, ext2_filsys fs, char ch,
398 static _INLINE_ void expand_percent_expression(FILE *f, ext2_filsys fs,
H A Dutil.c358 #define _INLINE_ __inline__ macro
360 #define _INLINE_ macro
363 static _INLINE_ float timeval_subtract(struct timeval *tv1,
H A Dpass2.c52 #define _INLINE_ macro
54 #define _INLINE_ inline macro
496 static _INLINE_ int check_filetype(e2fsck_t ctx,
H A Dpass1.c53 #define _INLINE_ macro
55 #define _INLINE_ inline macro
1431 static _INLINE_ void mark_block_used(e2fsck_t ctx, blk64_t block)
1458 static _INLINE_ void mark_blocks_used(e2fsck_t ctx, blk64_t block,

Completed in 503 milliseconds