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

/external/e2fsprogs/lib/ext2fs/
H A Dbitops.h139 #define _INLINE_ extern macro
142 #define _INLINE_ extern __inline__ macro
144 #define _INLINE_ extern inline macro
153 _INLINE_ void ext2fs_fast_set_bit(unsigned int nr,void * addr)
161 _INLINE_ void ext2fs_fast_clear_bit(unsigned int nr, void * addr)
191 _INLINE_ int ext2fs_set_bit(unsigned int nr, void * addr)
202 _INLINE_ int ext2fs_clear_bit(unsigned int nr, void * addr)
213 _INLINE_ int ext2fs_test_bit(unsigned int nr, const void * addr)
224 _INLINE_ __u32 ext2fs_swab32(__u32 val)
238 _INLINE_ __u1
426 #undef _INLINE_ macro
[all...]
H A Dext2fs.h1179 #define _INLINE_ extern macro
1182 #define _INLINE_ extern __inline__ macro
1184 #define _INLINE_ extern inline macro
1193 _INLINE_ errcode_t ext2fs_get_mem(unsigned long size, void *ptr)
1204 _INLINE_ errcode_t ext2fs_get_array(unsigned long count, unsigned long size, void *ptr)
1214 _INLINE_ errcode_t ext2fs_free_mem(void *ptr)
1228 _INLINE_ errcode_t ext2fs_resize_mem(unsigned long EXT2FS_ATTR((unused)) old_size,
1247 _INLINE_ void ext2fs_mark_super_dirty(ext2_filsys fs)
1255 _INLINE_ void ext2fs_mark_changed(ext2_filsys fs)
1263 _INLINE_ in
1377 #undef _INLINE_ macro
[all...]
/external/e2fsprogs/lib/blkid/
H A Dlist.h9 #define _INLINE_ static __inline__ macro
11 #define _INLINE_ static inline macro
43 _INLINE_ void __list_add(struct list_head * add,
61 _INLINE_ void list_add(struct list_head *add, struct list_head *head)
74 _INLINE_ void list_add_tail(struct list_head *add, struct list_head *head)
86 _INLINE_ void __list_del(struct list_head * prev,
100 _INLINE_ void list_del(struct list_head *entry)
109 _INLINE_ void list_del_init(struct list_head *entry)
119 _INLINE_ int list_empty(struct list_head *head)
129 _INLINE_ voi
173 #undef _INLINE_ macro
[all...]
H A Dprobe.h732 #define _INLINE_ static __inline__ macro
734 #define _INLINE_ static inline macro
746 _INLINE_ __u32 blkid_swab32(__u32 val)
760 _INLINE_ __u16 blkid_swab16(__u16 val)
768 _INLINE_ __u64 blkid_swab64(__u64 val)
777 _INLINE_ __u16 blkid_swab16(__u16 val)
782 _INLINE_ __u32 blkid_swab32(__u32 val)
788 _INLINE_ __u64 blkid_swab64(__u64 val)
813 #undef _INLINE_ macro
/external/e2fsprogs/e2fsck/
H A Djfs_user.h85 #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)
103 _INLINE_ void do_cache_destroy(lkmem_cache_t *cache)
111 _INLINE_ size_t journal_tag_bytes(journal_t *journal)
119 #undef _INLINE_ macro
H A Dmessage.c99 #define _INLINE_ __inline__ macro
101 #define _INLINE_ macro
236 static _INLINE_ void expand_at_expression(e2fsck_t ctx, char ch,
261 static _INLINE_ void expand_inode_expression(ext2_filsys fs, char ch,
357 static _INLINE_ void expand_dirent_expression(ext2_filsys fs, char ch,
399 static _INLINE_ void expand_percent_expression(ext2_filsys fs, char ch,
H A Dutil.c304 #define _INLINE_ __inline__ macro
306 #define _INLINE_ macro
309 static _INLINE_ float timeval_subtract(struct timeval *tv1,
H A Dpass2.c52 #define _INLINE_ macro
54 #define _INLINE_ inline macro
474 static _INLINE_ int check_filetype(e2fsck_t ctx,
H A Dpass1.c53 #define _INLINE_ macro
55 #define _INLINE_ inline macro
1330 static _INLINE_ void mark_block_used(e2fsck_t ctx, blk_t block)

Completed in 68 milliseconds