Home
last modified time | relevance | path

Searched refs:_INLINE_ (Results 1 – 10 of 10) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
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) in ext2fs_fast_set_bit()
263 _INLINE_ void ext2fs_fast_clear_bit(unsigned int nr, void * addr) in ext2fs_fast_clear_bit()
272 _INLINE_ void ext2fs_fast_set_bit64(__u64 nr, void * addr) in ext2fs_fast_set_bit64()
280 _INLINE_ void ext2fs_fast_clear_bit64(__u64 nr, void * addr) in ext2fs_fast_clear_bit64()
310 _INLINE_ int ext2fs_set_bit(unsigned int nr, void * addr) in ext2fs_set_bit()
[all …]
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_ void jfs_clear_feature_##name(journal_t *j); \
[all …]
Dext2fs.h1767 #define _INLINE_ extern macro
1770 #define _INLINE_ inline macro
1773 #define _INLINE_ extern __inline__ macro
1775 #define _INLINE_ extern inline macro
1785 _INLINE_ errcode_t ext2fs_get_mem(unsigned long size, void *ptr) in ext2fs_get_mem()
1796 _INLINE_ errcode_t ext2fs_get_memzero(unsigned long size, void *ptr) in ext2fs_get_memzero()
1808 _INLINE_ errcode_t ext2fs_get_array(unsigned long count, unsigned long size, void *ptr) in ext2fs_get_array()
1815 _INLINE_ errcode_t ext2fs_get_arrayzero(unsigned long count, in ext2fs_get_arrayzero()
1832 _INLINE_ errcode_t ext2fs_free_mem(void *ptr) in ext2fs_free_mem()
1846 _INLINE_ errcode_t ext2fs_resize_mem(unsigned long EXT2FS_ATTR((unused)) old_size, in ext2fs_resize_mem()
[all …]
/external/e2fsprogs/lib/blkid/
Dlist.h17 #define _INLINE_ static __inline__ macro
19 #define _INLINE_ static inline
48 _INLINE_ void __list_add(struct list_head * add, in __list_add()
66 _INLINE_ void list_add(struct list_head *add, struct list_head *head) in list_add()
79 _INLINE_ void list_add_tail(struct list_head *add, struct list_head *head) in list_add_tail()
91 _INLINE_ void __list_del(struct list_head * prev, in __list_del()
105 _INLINE_ void list_del(struct list_head *entry) in list_del()
114 _INLINE_ void list_del_init(struct list_head *entry) in list_del_init()
124 _INLINE_ int list_empty(struct list_head *head) in list_empty()
134 _INLINE_ void list_splice(struct list_head *list, struct list_head *head) in list_splice()
[all …]
Dprobe.h812 #define _INLINE_ static __inline__ macro
814 #define _INLINE_ static inline macro
826 _INLINE_ __u32 blkid_swab32(__u32 val) in blkid_swab32()
840 _INLINE_ __u16 blkid_swab16(__u16 val) in blkid_swab16()
848 _INLINE_ __u64 blkid_swab64(__u64 val) in blkid_swab64()
857 _INLINE_ __u16 blkid_swab16(__u16 val) in blkid_swab16()
862 _INLINE_ __u32 blkid_swab32(__u32 val) in blkid_swab32()
868 _INLINE_ __u64 blkid_swab64(__u64 val) in blkid_swab64()
893 #undef _INLINE_
/external/e2fsprogs/e2fsck/
Djfs_user.h120 #define _INLINE_ extern inline macro
122 #define _INLINE_ inline macro
126 #define _INLINE_ inline macro
129 #define _INLINE_ extern __inline__ macro
131 #define _INLINE_ extern inline macro
136 _INLINE_ lkmem_cache_t *do_cache_create(int len) in do_cache_create()
146 _INLINE_ void do_cache_destroy(lkmem_cache_t *cache) in do_cache_destroy()
155 _INLINE_ __u32 __hash_32(__u32 val) in __hash_32()
160 _INLINE_ __u32 hash_32(__u32 val, unsigned int bits) in hash_32()
166 _INLINE_ __u32 hash_64(__u64 val, unsigned int bits) in hash_64()
[all …]
Dmessage.c104 #define _INLINE_ __inline__ macro
106 #define _INLINE_ macro
245 static _INLINE_ void expand_at_expression(FILE *f, e2fsck_t ctx, char ch, in expand_at_expression()
270 static _INLINE_ void expand_inode_expression(FILE *f, ext2_filsys fs, char ch, in expand_inode_expression()
354 static _INLINE_ void expand_dirent_expression(FILE *f, ext2_filsys fs, char ch, in expand_dirent_expression()
393 static _INLINE_ void expand_percent_expression(FILE *f, ext2_filsys fs, in expand_percent_expression()
Dutil.c407 #define _INLINE_ __inline__ macro
409 #define _INLINE_ macro
412 static _INLINE_ float timeval_subtract(struct timeval *tv1, in timeval_subtract()
Dpass2.c53 #define _INLINE_ macro
55 #define _INLINE_ inline macro
523 static _INLINE_ int check_filetype(e2fsck_t ctx, in check_filetype()
Dpass1.c55 #define _INLINE_ macro
57 #define _INLINE_ inline macro
2256 static _INLINE_ void mark_block_used(e2fsck_t ctx, blk64_t block) in mark_block_used()
2291 static _INLINE_ void mark_blocks_used(e2fsck_t ctx, blk64_t block, in mark_blocks_used()