Searched defs:_INLINE_ (Results 1 - 10 of 10) 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.h812 #define _INLINE_ static __inline__ macro
814 #define _INLINE_ static inline macro
826 _INLINE_ __u32 blkid_swab32(__u32 val)
840 _INLINE_ __u16 blkid_swab16(__u16 val)
848 _INLINE_ __u64 blkid_swab64(__u64 val)
857 _INLINE_ __u16 blkid_swab16(__u16 val)
862 _INLINE_ __u32 blkid_swab32(__u32 val)
868 _INLINE_ __u64 blkid_swab64(__u64 val)
893 #undef _INLINE_ macro
/external/e2fsprogs/e2fsck/
H A Dmessage.c101 #define _INLINE_ __inline__ macro
103 #define _INLINE_ macro
242 static _INLINE_ void expand_at_expression(FILE *f, e2fsck_t ctx, char ch,
267 static _INLINE_ void expand_inode_expression(FILE *f, ext2_filsys fs, char ch,
360 static _INLINE_ void expand_dirent_expression(FILE *f, ext2_filsys fs, char ch,
399 static _INLINE_ void expand_percent_expression(FILE *f, ext2_filsys fs,
H A Djfs_user.h108 #define _INLINE_ extern inline macro
110 #define _INLINE_ inline macro
114 #define _INLINE_ inline macro
117 #define _INLINE_ extern __inline__ macro
119 #define _INLINE_ extern inline macro
125 _INLINE_ lkmem_cache_t *do_cache_create(int len)
135 _INLINE_ void do_cache_destroy(lkmem_cache_t *cache)
140 #undef _INLINE_ macro
H A Dutil.c392 #define _INLINE_ __inline__ macro
394 #define _INLINE_ macro
397 static _INLINE_ float timeval_subtract(struct timeval *tv1,
H A Dpass2.c53 #define _INLINE_ macro
55 #define _INLINE_ inline macro
501 static _INLINE_ int check_filetype(e2fsck_t ctx,
H A Dpass1.c54 #define _INLINE_ macro
56 #define _INLINE_ inline macro
2127 static _INLINE_ void mark_block_used(e2fsck_t ctx, blk64_t block)
2154 static _INLINE_ void mark_blocks_used(e2fsck_t ctx, blk64_t block,
/external/e2fsprogs/lib/ext2fs/
H A Dbitops.h234 #define _INLINE_ extern inline macro
236 #define _INLINE_ inline macro
240 #define _INLINE_ inline macro
243 #define _INLINE_ extern __inline__ macro
245 #define _INLINE_ extern inline macro
255 _INLINE_ void ext2fs_fast_set_bit(unsigned int nr,void * addr)
263 _INLINE_ void ext2fs_fast_clear_bit(unsigned int nr, void * addr)
272 _INLINE_ void ext2fs_fast_set_bit64(__u64 nr, void * addr)
280 _INLINE_ void ext2fs_fast_clear_bit64(__u64 nr, void * addr)
310 _INLINE_ in
691 #undef _INLINE_ macro
[all...]
H A Dkernel-jbd.h287 #define _INLINE_ extern inline macro
289 #define _INLINE_ inline macro
293 #define _INLINE_ inline macro
296 #define _INLINE_ extern __inline__ macro
298 #define _INLINE_ extern inline macro
305 _INLINE_ int jfs_has_feature_##name(journal_t *j); \
306 _INLINE_ int jfs_has_feature_##name(journal_t *j) \
312 _INLINE_ void jfs_set_feature_##name(journal_t *j); \
313 _INLINE_ void jfs_set_feature_##name(journal_t *j) \
318 _INLINE_ voi
439 #undef _INLINE_ macro
[all...]
H A Dext2fs.h1736 #define _INLINE_ extern macro
1739 #define _INLINE_ inline macro
1742 #define _INLINE_ extern __inline__ macro
1744 #define _INLINE_ extern inline macro
1754 _INLINE_ errcode_t ext2fs_get_mem(unsigned long size, void *ptr)
1765 _INLINE_ errcode_t ext2fs_get_memzero(unsigned long size, void *ptr)
1777 _INLINE_ errcode_t ext2fs_get_array(unsigned long count, unsigned long size, void *ptr)
1784 _INLINE_ errcode_t ext2fs_get_arrayzero(unsigned long count,
1801 _INLINE_ errcode_t ext2fs_free_mem(void *ptr)
1815 _INLINE_ errcode_
1998 #undef _INLINE_ macro
[all...]

Completed in 123 milliseconds