HomeSort by relevance Sort by last modified time
    Searched refs:_INLINE_ (Results 1 - 9 of 9) sorted by null

  /external/e2fsprogs/lib/blkid/
list.h 9 #define _INLINE_ static __inline__
11 #define _INLINE_ static inline
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_ void list_splice(struct list_head *list, struct list_head *head
    [all...]
probe.h 553 #define _INLINE_ static __inline__
555 #define _INLINE_ static inline
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_
  /external/e2fsprogs/e2fsck/
jfs_user.h 71 #define _INLINE_ extern
74 #define _INLINE_ extern __inline__
76 #define _INLINE_ extern inline
80 _INLINE_ kmem_cache_t * do_cache_create(int len)
89 _INLINE_ void do_cache_destroy(kmem_cache_t *cache)
93 #undef _INLINE_
message.c 97 #define _INLINE_ __inline__
99 #define _INLINE_
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,
util.c 301 #define _INLINE_ __inline__
303 #define _INLINE_
306 static _INLINE_ float timeval_subtract(struct timeval *tv1,
pass2.c 52 #define _INLINE_
54 #define _INLINE_ inline
479 static _INLINE_ int check_filetype(e2fsck_t ctx,
    [all...]
pass1.c 53 #define _INLINE_
55 #define _INLINE_ inline
    [all...]
  /external/e2fsprogs/lib/ext2fs/
bitops.h 130 #define _INLINE_ extern
133 #define _INLINE_ extern __inline__
135 #define _INLINE_ extern inline
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_ int ext2fs_find_next_bit_set (void * addr, int size, int offset
    [all...]
ext2fs.h 1002 #define _INLINE_ extern
1005 #define _INLINE_ extern __inline_
    [all...]

Completed in 120 milliseconds