Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/obdclass/
Dacl.c119 int ext_count = le32_to_cpu((*header)->a_count); in lustre_ext_acl_xattr_reduce_space() local
120 int ext_size = CFS_ACL_XATTR_SIZE(ext_count, ext_acl_xattr); in lustre_ext_acl_xattr_reduce_space()
123 if (unlikely(old_count <= ext_count)) in lustre_ext_acl_xattr_reduce_space()
295 int ori_ext_count, posix_count, ext_count, ext_size; in lustre_acl_xattr_merge2ext() local
308 ext_count = posix_count + ori_ext_count; in lustre_acl_xattr_merge2ext()
309 ext_size = CFS_ACL_XATTR_SIZE(ext_count, ext_acl_xattr); in lustre_acl_xattr_merge2ext()
413 rc = lustre_ext_acl_xattr_reduce_space(&new, ext_count); in lustre_acl_xattr_merge2ext()
/drivers/staging/lustre/lustre/lov/
Dlov_obd.c1693 int ost_index, unsigned int ext_count, in fiemap_prepare_and_copy_exts() argument
1699 for (ext = 0; ext < ext_count; ext++) { in fiemap_prepare_and_copy_exts()
1706 memcpy(to, lcl_fm_ext, ext_count * sizeof(struct ll_fiemap_extent)); in fiemap_prepare_and_copy_exts()
1783 unsigned int ext_count; in lov_fiemap() local
1873 ext_count = fm_local->fm_mapped_extents; in lov_fiemap()
1874 if (ext_count == 0) { in lov_fiemap()
1887 current_extent += ext_count; in lov_fiemap()
1891 len_mapped_single_call = lcl_fm_ext[ext_count-1].fe_logical - in lov_fiemap()
1892 lun_start + lcl_fm_ext[ext_count - 1].fe_length; in lov_fiemap()
1900 if (lcl_fm_ext[ext_count-1].fe_flags & FIEMAP_EXTENT_LAST) in lov_fiemap()
[all …]
/drivers/gpu/drm/
Ddrm_edid.c4068 base->rev, base->bytes, base->prod_id, base->ext_count); in drm_parse_display_id()