• Home
  • Raw
  • Download

Lines Matching refs:errcode_t

61 static errcode_t check_ext_attr_header(struct ext2_ext_attr_header *header)  in check_ext_attr_header()
74 errcode_t ext2fs_read_ext_attr3(ext2_filsys fs, blk64_t block, void *buf, in ext2fs_read_ext_attr3()
78 errcode_t retval; in ext2fs_read_ext_attr3()
99 errcode_t ext2fs_read_ext_attr2(ext2_filsys fs, blk64_t block, void *buf) in ext2fs_read_ext_attr2()
104 errcode_t ext2fs_read_ext_attr(ext2_filsys fs, blk_t block, void *buf) in ext2fs_read_ext_attr()
109 errcode_t ext2fs_write_ext_attr3(ext2_filsys fs, blk64_t block, void *inbuf, in ext2fs_write_ext_attr3()
112 errcode_t retval; in ext2fs_write_ext_attr3()
138 errcode_t ext2fs_write_ext_attr2(ext2_filsys fs, blk64_t block, void *inbuf) in ext2fs_write_ext_attr2()
143 errcode_t ext2fs_write_ext_attr(ext2_filsys fs, blk_t block, void *inbuf) in ext2fs_write_ext_attr()
151 errcode_t ext2fs_adjust_ea_refcount3(ext2_filsys fs, blk64_t blk, in ext2fs_adjust_ea_refcount3()
155 errcode_t retval; in ext2fs_adjust_ea_refcount3()
189 errcode_t ext2fs_adjust_ea_refcount2(ext2_filsys fs, blk64_t blk, in ext2fs_adjust_ea_refcount2()
197 errcode_t ext2fs_adjust_ea_refcount(ext2_filsys fs, blk_t blk, in ext2fs_adjust_ea_refcount()
213 errcode_t magic;
221 static errcode_t ext2fs_xattrs_expand(struct ext2_xattr_handle *h, in ext2fs_xattrs_expand()
225 errcode_t err; in ext2fs_xattrs_expand()
320 errcode_t ext2fs_free_ext_attr(ext2_filsys fs, ext2_ino_t ino, in ext2fs_free_ext_attr()
326 errcode_t err; in ext2fs_free_ext_attr()
392 static errcode_t prep_ea_block_for_write(ext2_filsys fs, ext2_ino_t ino, in prep_ea_block_for_write()
398 errcode_t err; in prep_ea_block_for_write()
455 static errcode_t write_xattrs_to_buffer(struct ext2_xattr_handle *handle, in write_xattrs_to_buffer()
520 errcode_t ext2fs_xattrs_write(struct ext2_xattr_handle *handle) in ext2fs_xattrs_write()
530 errcode_t err; in ext2fs_xattrs_write()
657 static errcode_t read_xattrs_from_buffer(struct ext2_xattr_handle *handle, in read_xattrs_from_buffer()
667 errcode_t err; in read_xattrs_from_buffer()
780 errcode_t ext2fs_xattrs_read(struct ext2_xattr_handle *handle) in ext2fs_xattrs_read()
789 errcode_t err; in ext2fs_xattrs_read()
885 errcode_t ext2fs_xattrs_iterate(struct ext2_xattr_handle *h, in ext2fs_xattrs_iterate()
908 errcode_t ext2fs_xattr_get(struct ext2_xattr_handle *h, const char *key, in ext2fs_xattr_get()
913 errcode_t err; in ext2fs_xattr_get()
934 errcode_t ext2fs_xattr_inode_max_size(ext2_filsys fs, ext2_ino_t ino, in ext2fs_xattr_inode_max_size()
943 errcode_t err; in ext2fs_xattr_inode_max_size()
994 errcode_t ext2fs_xattr_set(struct ext2_xattr_handle *handle, in ext2fs_xattr_set()
1001 errcode_t err; in ext2fs_xattr_set()
1063 errcode_t ext2fs_xattr_remove(struct ext2_xattr_handle *handle, in ext2fs_xattr_remove()
1087 errcode_t ext2fs_xattrs_open(ext2_filsys fs, ext2_ino_t ino, in ext2fs_xattrs_open()
1091 errcode_t err; in ext2fs_xattrs_open()
1116 errcode_t ext2fs_xattrs_close(struct ext2_xattr_handle **handle) in ext2fs_xattrs_close()
1119 errcode_t err; in ext2fs_xattrs_close()
1134 errcode_t ext2fs_xattrs_count(struct ext2_xattr_handle *handle, size_t *count) in ext2fs_xattrs_count()