Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_gsc_uc.c335 if (gsc->fw.file_selected.path != gsc->fw.file_wanted.path) in intel_gsc_uc_load_status()
336 drm_printf(p, "GSC firmware wanted: %s\n", gsc->fw.file_wanted.path); in intel_gsc_uc_load_status()
345 gsc->fw.file_wanted.ver.major, gsc->fw.file_wanted.ver.minor); in intel_gsc_uc_load_status()
H A Dintel_uc_fw.h96 struct intel_uc_fw_file file_wanted; member
/linux/drivers/gpu/drm/i915/
H A Di915_gpu_error.c1093 kfree(uc->guc_fw.file_wanted.path); in cleanup_uc()
1094 kfree(uc->huc_fw.file_wanted.path); in cleanup_uc()
1841 error_uc->guc_fw.file_wanted.path = kstrdup(uc->guc.fw.file_wanted.path, ALLOW_FAIL); in gt_record_uc()
1842 error_uc->huc_fw.file_wanted.path = kstrdup(uc->huc.fw.file_wanted.path, ALLOW_FAIL); in gt_record_uc()
/linux/fs/ceph/
H A Dcaps.c2017 int file_wanted, used, cap_used; in ceph_check_caps() local
2040 file_wanted = __ceph_caps_file_wanted(ci); in ceph_check_caps()
2054 want = file_wanted; in ceph_check_caps()
2057 retain = file_wanted | used | CEPH_CAP_PIN; in ceph_check_caps()
2059 if (file_wanted) { in ceph_check_caps()
2091 inode, ceph_vinop(inode), ceph_cap_string(file_wanted), in ceph_check_caps()
2265 (file_wanted & ~CEPH_CAP_PIN) && in ceph_check_caps()