Searched defs:_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
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.h553 #define _INLINE_ static __inline__ macro
555 #define _INLINE_ static inline macro
567 _INLINE_ __u32 blkid_swab32(__u32 val)
581 _INLINE_ __u16 blkid_swab16(__u16 val)
589 _INLINE_ __u64 blkid_swab64(__u64 val)
598 _INLINE_ __u16 blkid_swab16(__u16 val)
603 _INLINE_ __u32 blkid_swab32(__u32 val)
609 _INLINE_ __u64 blkid_swab64(__u64 val)
634 #undef _INLINE_ macro
/external/e2fsprogs/e2fsck/
H A Djfs_user.h71 #define _INLINE_ extern macro
74 #define _INLINE_ extern __inline__ macro
76 #define _INLINE_ extern inline macro
80 _INLINE_ kmem_cache_t * do_cache_create(int len)
89 _INLINE_ void do_cache_destroy(kmem_cache_t *cache)
93 #undef _INLINE_ macro
H A Dmessage.c97 #define _INLINE_ __inline__ macro
99 #define _INLINE_ macro
215 static _INLINE_ void expand_at_expression(e2fsck_t ctx, char ch,
240 static _INLINE_ void expand_inode_expression(char ch,
341 static _INLINE_ void expand_dirent_expression(char ch,
380 static _INLINE_ void expand_percent_expression(ext2_filsys fs, char ch,
H A Dutil.c301 #define _INLINE_ __inline__ macro
303 #define _INLINE_ macro
306 static _INLINE_ float timeval_subtract(struct timeval *tv1,
H A Dpass2.c52 #define _INLINE_ macro
54 #define _INLINE_ inline macro
479 static _INLINE_ int check_filetype(e2fsck_t ctx,
H A Dpass1.c53 #define _INLINE_ macro
55 #define _INLINE_ inline macro
1177 static _INLINE_ void mark_block_used(e2fsck_t ctx, blk_t block)
/external/e2fsprogs/lib/ext2fs/
H A Dbitops.h130 #define _INLINE_ extern macro
133 #define _INLINE_ extern __inline__ macro
135 #define _INLINE_ extern inline macro
144 _INLINE_ void ext2fs_fast_set_bit(unsigned int nr,void * addr)
152 _INLINE_ void ext2fs_fast_clear_bit(unsigned int nr, void * addr)
183 _INLINE_ int ext2fs_set_bit(unsigned int nr, void * addr)
194 _INLINE_ int ext2fs_clear_bit(unsigned int nr, void * addr)
205 _INLINE_ int ext2fs_test_bit(unsigned int nr, const void * addr)
217 _INLINE_ int ext2fs_find_first_bit_set(void * addr, unsigned size)
242 _INLINE_ in
655 #undef _INLINE_ macro
[all...]
H A Dext2fs.h1002 #define _INLINE_ extern macro
1005 #define _INLINE_ extern __inline__ macro
1007 #define _INLINE_ extern inline macro
1016 _INLINE_ errcode_t ext2fs_get_mem(unsigned long size, void *ptr)
1027 _INLINE_ errcode_t ext2fs_get_array(unsigned long count, unsigned long size, void *ptr)
1037 _INLINE_ errcode_t ext2fs_free_mem(void *ptr)
1051 _INLINE_ errcode_t ext2fs_resize_mem(unsigned long EXT2FS_ATTR((unused)) old_size,
1070 _INLINE_ void ext2fs_mark_super_dirty(ext2_filsys fs)
1078 _INLINE_ void ext2fs_mark_changed(ext2_filsys fs)
1086 _INLINE_ in
1200 #undef _INLINE_ macro
[all...]

Completed in 108 milliseconds