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.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) in ext2fs_get_mem()
1765 _INLINE_ errcode_t ext2fs_get_memzero(unsigned long size, void *ptr) in ext2fs_get_memzero()
1777 _INLINE_ errcode_t ext2fs_get_array(unsigned long count, unsigned long size, void *ptr) in ext2fs_get_array()
1784 _INLINE_ errcode_t ext2fs_get_arrayzero(unsigned long count, in ext2fs_get_arrayzero()
1801 _INLINE_ errcode_t ext2fs_free_mem(void *ptr) in ext2fs_free_mem()
1815 _INLINE_ errcode_t ext2fs_resize_mem(unsigned long EXT2FS_ATTR((unused)) old_size, in ext2fs_resize_mem()
[all …]
/external/e2fsprogs/lib/blkid/
Dlist.h9 #define _INLINE_ static __inline__ macro
11 #define _INLINE_ static inline
40 _INLINE_ void __list_add(struct list_head * add, in __list_add()
58 _INLINE_ void list_add(struct list_head *add, struct list_head *head) in list_add()
71 _INLINE_ void list_add_tail(struct list_head *add, struct list_head *head) in list_add_tail()
83 _INLINE_ void __list_del(struct list_head * prev, in __list_del()
97 _INLINE_ void list_del(struct list_head *entry) in list_del()
106 _INLINE_ void list_del_init(struct list_head *entry) in list_del_init()
116 _INLINE_ int list_empty(struct list_head *head) in list_empty()
126 _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.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) in do_cache_create()
135 _INLINE_ void do_cache_destroy(lkmem_cache_t *cache) in do_cache_destroy()
140 #undef _INLINE_
Dmessage.c101 #define _INLINE_ __inline__ macro
103 #define _INLINE_ macro
242 static _INLINE_ void expand_at_expression(FILE *f, e2fsck_t ctx, char ch, in expand_at_expression()
267 static _INLINE_ void expand_inode_expression(FILE *f, ext2_filsys fs, char ch, in expand_inode_expression()
360 static _INLINE_ void expand_dirent_expression(FILE *f, ext2_filsys fs, char ch, in expand_dirent_expression()
399 static _INLINE_ void expand_percent_expression(FILE *f, ext2_filsys fs, in expand_percent_expression()
Dutil.c392 #define _INLINE_ __inline__ macro
394 #define _INLINE_ macro
397 static _INLINE_ float timeval_subtract(struct timeval *tv1, in timeval_subtract()
Dpass2.c53 #define _INLINE_ macro
55 #define _INLINE_ inline macro
501 static _INLINE_ int check_filetype(e2fsck_t ctx, in check_filetype()
Dpass1.c54 #define _INLINE_ macro
56 #define _INLINE_ inline macro
2127 static _INLINE_ void mark_block_used(e2fsck_t ctx, blk64_t block) in mark_block_used()
2154 static _INLINE_ void mark_blocks_used(e2fsck_t ctx, blk64_t block, in mark_blocks_used()