Searched refs:ext_count (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | acl.c | 121 int ext_count = le32_to_cpu((*header)->a_count); in lustre_ext_acl_xattr_reduce_space() local 122 int ext_size = CFS_ACL_XATTR_SIZE(ext_count, ext_acl_xattr); in lustre_ext_acl_xattr_reduce_space() 126 if (unlikely(old_count <= ext_count)) in lustre_ext_acl_xattr_reduce_space() 301 int ext_count = le32_to_cpu(ext_header->a_count), pos = 0, rc = 0; in lustre_acl_xattr_merge2posix() local 317 for (i = 0, j = 0; i < ext_count; i++) { in lustre_acl_xattr_merge2posix() 360 posix_count = ori_posix_count + ext_count; in lustre_acl_xattr_merge2posix() 382 for (i = 0; i < ext_count; i++) { in lustre_acl_xattr_merge2posix() 419 int ori_ext_count, posix_count, ext_count, ext_size; in lustre_acl_xattr_merge2ext() local 432 ext_count = posix_count + ori_ext_count; in lustre_acl_xattr_merge2ext() 433 ext_size = CFS_ACL_XATTR_SIZE(ext_count, ext_acl_xattr); in lustre_acl_xattr_merge2ext() [all …]
|
/linux-4.1.27/include/drm/ |
D | drm_displayid.h | 58 u8 ext_count; member
|
/linux-4.1.27/drivers/staging/lustre/lustre/lov/ |
D | lov_obd.c | 1711 int ost_index, unsigned int ext_count, in fiemap_prepare_and_copy_exts() argument 1717 for (ext = 0; ext < ext_count; ext++) { in fiemap_prepare_and_copy_exts() 1724 memcpy(to, lcl_fm_ext, ext_count * sizeof(struct ll_fiemap_extent)); in fiemap_prepare_and_copy_exts() 1801 unsigned int ext_count; in lov_fiemap() local 1891 ext_count = fm_local->fm_mapped_extents; in lov_fiemap() 1892 if (ext_count == 0) { in lov_fiemap() 1905 current_extent += ext_count; in lov_fiemap() 1909 len_mapped_single_call = lcl_fm_ext[ext_count-1].fe_logical - in lov_fiemap() 1910 lun_start + lcl_fm_ext[ext_count - 1].fe_length; in lov_fiemap() 1918 if (lcl_fm_ext[ext_count-1].fe_flags & FIEMAP_EXTENT_LAST) in lov_fiemap() [all …]
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_edid.c | 3940 base->rev, base->bytes, base->prod_id, base->ext_count); in drm_parse_display_id()
|