Home
last modified time | relevance | path

Searched refs:ibody_count (Results 1 – 1 of 1) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dext_attr.c308 int ibody_count; member
750 err = write_xattrs_to_buffer(fs, handle->attrs, handle->ibody_count, in ext2fs_xattrs_write()
756 if (handle->ibody_count == handle->count && in ext2fs_xattrs_write()
768 err = write_xattrs_to_buffer(fs, handle->attrs + handle->ibody_count, in ext2fs_xattrs_write()
769 handle->count - handle->ibody_count, start, in ext2fs_xattrs_write()
987 h->ibody_count = 0; in xattrs_free_keys()
1044 handle->ibody_count = handle->count; in ext2fs_xattrs_read()
1410 if (old_idx >= 0 && old_idx < h->ibody_count) { in xattr_array_update()
1419 new_idx = h->ibody_count; in xattr_array_update()
1429 if (h->ibody_count <= old_idx) { in xattr_array_update()
[all …]