Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Dcompress.c1291 struct runlist_element *rlc, *rl; in ntfs_write_cb() local
1385 rlc = ntfs_cluster_alloc(vol, new_vcn, new_length, -1, DATA_ZONE, in ntfs_write_cb()
1387 if (IS_ERR(rlc)) { in ntfs_write_cb()
1388 err = PTR_ERR(rlc); in ntfs_write_cb()
1392 bio_lcn = rlc->lcn; in ntfs_write_cb()
1394 rl = ntfs_runlists_merge(&ni->runlist, rlc, 0, &new_rl_count); in ntfs_write_cb()
1399 if (ntfs_cluster_free_from_rl(vol, rlc)) in ntfs_write_cb()
1401 kvfree(rlc); in ntfs_write_cb()
H A Dattrib.c4830 struct runlist_element *rl, *rlc; in ntfs_attr_map_cluster() local
4885 rlc = rl; in ntfs_attr_map_cluster()
4886 while (rlc->vcn) { in ntfs_attr_map_cluster()
4887 rlc--; in ntfs_attr_map_cluster()
4888 if (rlc->lcn >= 0) { in ntfs_attr_map_cluster()
4896 lcn_seek_from = rlc->lcn + rlc->length; in ntfs_attr_map_cluster()
4898 lcn_seek_from = rlc->lcn + (vcn - rlc->vcn); in ntfs_attr_map_cluster()
4905 rlc = rl; in ntfs_attr_map_cluster()
4906 while (rlc->length) { in ntfs_attr_map_cluster()
4907 rlc++; in ntfs_attr_map_cluster()
[all …]
/linux/drivers/gpu/drm/radeon/
H A Dradeon_ucode.h215 struct rlc_firmware_header_v1_0 rlc; member
H A Dni.c2164 rdev->rlc.reg_list = tn_rlc_save_restore_register_list; in cayman_startup()
2165 rdev->rlc.reg_list_size = in cayman_startup()
2167 rdev->rlc.cs_data = cayman_cs_data; in cayman_startup()
/linux/arch/arc/lib/
H A Dstrcmp.S77 rlc r0,0 ; r0 := r2 > r3 ? 1 : 0
/linux/drivers/media/test-drivers/vicodec/
H A Dcodec-fwht.c55 rlc(const s16 *in, __be16 *output, int blocktype) in rlc() function
732 size = rlc(cf->coeffs, *rlco, blocktype); in encode_plane()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gfx.c2518 for (sect = adev->gfx.rlc.cs_data; sect->section != NULL; ++sect) { in amdgpu_gfx_csb_data_parser()