• Home
  • Raw
  • Download

Lines Matching refs:_INLINE_

1800 #define _INLINE_ extern  macro
1803 #define _INLINE_ inline macro
1806 #define _INLINE_ extern __inline__ macro
1808 #define _INLINE_ extern inline macro
1818 _INLINE_ errcode_t ext2fs_get_mem(unsigned long size, void *ptr) in ext2fs_get_mem()
1829 _INLINE_ errcode_t ext2fs_get_memzero(unsigned long size, void *ptr) in ext2fs_get_memzero()
1841 _INLINE_ errcode_t ext2fs_get_array(unsigned long count, unsigned long size, void *ptr) in ext2fs_get_array()
1848 _INLINE_ errcode_t ext2fs_get_arrayzero(unsigned long count, in ext2fs_get_arrayzero()
1865 _INLINE_ errcode_t ext2fs_free_mem(void *ptr) in ext2fs_free_mem()
1879 _INLINE_ errcode_t ext2fs_resize_mem(unsigned long EXT2FS_ATTR((unused)) old_size, in ext2fs_resize_mem()
1898 _INLINE_ void ext2fs_mark_super_dirty(ext2_filsys fs) in ext2fs_mark_super_dirty()
1906 _INLINE_ void ext2fs_mark_changed(ext2_filsys fs) in ext2fs_mark_changed()
1914 _INLINE_ int ext2fs_test_changed(ext2_filsys fs) in ext2fs_test_changed()
1922 _INLINE_ void ext2fs_mark_valid(ext2_filsys fs) in ext2fs_mark_valid()
1930 _INLINE_ void ext2fs_unmark_valid(ext2_filsys fs) in ext2fs_unmark_valid()
1938 _INLINE_ int ext2fs_test_valid(ext2_filsys fs) in ext2fs_test_valid()
1946 _INLINE_ void ext2fs_mark_ib_dirty(ext2_filsys fs) in ext2fs_mark_ib_dirty()
1954 _INLINE_ void ext2fs_mark_bb_dirty(ext2_filsys fs) in ext2fs_mark_bb_dirty()
1962 _INLINE_ int ext2fs_test_ib_dirty(ext2_filsys fs) in ext2fs_test_ib_dirty()
1970 _INLINE_ int ext2fs_test_bb_dirty(ext2_filsys fs) in ext2fs_test_bb_dirty()
1978 _INLINE_ dgrp_t ext2fs_group_of_blk(ext2_filsys fs, blk_t blk) in ext2fs_group_of_blk()
1985 _INLINE_ dgrp_t ext2fs_group_of_ino(ext2_filsys fs, ext2_ino_t ino) in ext2fs_group_of_ino()
1993 _INLINE_ blk_t ext2fs_group_first_block(ext2_filsys fs, dgrp_t group) in ext2fs_group_first_block()
2001 _INLINE_ blk_t ext2fs_group_last_block(ext2_filsys fs, dgrp_t group) in ext2fs_group_last_block()
2006 _INLINE_ blk_t ext2fs_inode_data_blocks(ext2_filsys fs, in ext2fs_inode_data_blocks()
2012 _INLINE_ int ext2fs_htree_intnode_maxrecs(ext2_filsys fs, int blocks) in ext2fs_htree_intnode_maxrecs()
2020 _INLINE_ unsigned int ext2fs_div_ceil(unsigned int a, unsigned int b) in ext2fs_div_ceil()
2027 _INLINE_ __u64 ext2fs_div64_ceil(__u64 a, __u64 b) in ext2fs_div64_ceil()
2034 _INLINE_ int ext2fs_dirent_name_len(const struct ext2_dir_entry *entry) in ext2fs_dirent_name_len()
2039 _INLINE_ void ext2fs_dirent_set_name_len(struct ext2_dir_entry *entry, int len) in ext2fs_dirent_set_name_len()
2044 _INLINE_ int ext2fs_dirent_file_type(const struct ext2_dir_entry *entry) in ext2fs_dirent_file_type()
2049 _INLINE_ void ext2fs_dirent_set_file_type(struct ext2_dir_entry *entry, int type) in ext2fs_dirent_set_file_type()
2054 _INLINE_ struct ext2_inode *ext2fs_inode(struct ext2_inode_large * large_inode) in ext2fs_inode()
2060 _INLINE_ const struct ext2_inode *
2067 #undef _INLINE_