Home
last modified time | relevance | path

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

/linux/drivers/tee/amdtee/
H A Dcall.c50 amd->params[i].mref.buf_id = buf_id; in tee_params_to_amd_params()
51 amd->params[i].mref.offset = tee[i].u.memref.shm_offs; in tee_params_to_amd_params()
52 amd->params[i].mref.size = tee[i].u.memref.size; in tee_params_to_amd_params()
55 i, amd->params[i].mref.buf_id, in tee_params_to_amd_params()
56 i, amd->params[i].mref.offset, in tee_params_to_amd_params()
57 i, amd->params[i].mref.size); in tee_params_to_amd_params()
103 tee[i].u.memref.shm_offs = amd->params[i].mref.offset; in amd_params_to_tee_params()
104 tee[i].u.memref.size = amd->params[i].mref.size; in amd_params_to_tee_params()
107 i, amd->params[i].mref.buf_id, in amd_params_to_tee_params()
108 i, amd->params[i].mref.offset, in amd_params_to_tee_params()
[all …]
H A Damdtee_if.h43 struct memref mref; member
/linux/fs/ntfs/
H A Ddir.c78 u64 mref; in ntfs_lookup_inode_by_name() local
173 name->mref = le64_to_cpu( in ntfs_lookup_inode_by_name()
182 mref = le64_to_cpu(ie->data.dir.indexed_file); in ntfs_lookup_inode_by_name()
185 return mref; in ntfs_lookup_inode_by_name()
222 name->mref = le64_to_cpu(ie->data.dir.indexed_file); in ntfs_lookup_inode_by_name()
280 return name->mref; in ntfs_lookup_inode_by_name()
444 name->mref = le64_to_cpu( in ntfs_lookup_inode_by_name()
453 mref = le64_to_cpu(ie->data.dir.indexed_file); in ntfs_lookup_inode_by_name()
456 return mref; in ntfs_lookup_inode_by_name()
494 name->mref = le64_to_cpu(ie->data.dir.indexed_file); in ntfs_lookup_inode_by_name()
[all …]
H A Dreparse.c173 unsigned int ntfs_reparse_tag_dt_types(struct ntfs_volume *vol, unsigned long mref) in ntfs_reparse_tag_dt_types() argument
180 vi = ntfs_iget(vol->sb, mref); in ntfs_reparse_tag_dt_types()
283 u64 mref; in open_reparse_index() local
302 mref = ntfs_lookup_inode_by_name(NTFS_I(dir_vi), uname, uname_len, in open_reparse_index()
307 if (IS_ERR_MREF(mref)) in open_reparse_index()
310 vi = ntfs_iget(vol->sb, MREF(mref)); in open_reparse_index()
H A Dattrlist.c115 __le64 mref; in ntfs_attrlist_entry_add() local
136 mref = MK_LE_MREF(ni->mft_no, le16_to_cpu(ni_mrec->sequence_number)); in ntfs_attrlist_entry_add()
207 ale->mft_reference = mref; in ntfs_attrlist_entry_add()
H A Dnamei.c177 u64 mref; in ntfs_lookup() local
192 mref = ntfs_lookup_inode_by_name(NTFS_I(dir_ino), uname, uname_len, in ntfs_lookup()
196 if (!IS_ERR_MREF(mref)) { in ntfs_lookup()
197 dent_ino = MREF(mref); in ntfs_lookup()
202 if (MSEQNO(mref) == NTFS_I(dent_inode)->seq_no || in ntfs_lookup()
217 dent_ino, MSEQNO(mref), in ntfs_lookup()
230 if (MREF_ERR(mref) == -ENOENT) { in ntfs_lookup()
238 -MREF_ERR(mref)); in ntfs_lookup()
239 return ERR_PTR(MREF_ERR(mref)); in ntfs_lookup()
H A Dsuper.c1106 u64 mref; in check_windows_hibernation_status() local
1119 mref = ntfs_lookup_inode_by_name(NTFS_I(vol->root_ino), hiberfil, 12, in check_windows_hibernation_status()
1123 if (IS_ERR_MREF(mref)) { in check_windows_hibernation_status()
1124 ret = MREF_ERR(mref); in check_windows_hibernation_status()
1135 vi = ntfs_iget(vol->sb, MREF(mref)); in check_windows_hibernation_status()
1194 u64 mref; in load_and_init_quota() local
1203 mref = ntfs_lookup_inode_by_name(NTFS_I(vol->extend_ino), Quota, 6, in load_and_init_quota()
1207 if (IS_ERR_MREF(mref)) { in load_and_init_quota()
1212 if (MREF_ERR(mref) == -ENOENT) { in load_and_init_quota()
1226 tmp_ino = ntfs_iget(vol->sb, MREF(mref)); in load_and_init_quota()
H A Dmft.c262 struct mft_record *map_extent_mft_record(struct ntfs_inode *base_ni, u64 mref, in map_extent_mft_record() argument
269 u64 mft_no = MREF(mref); in map_extent_mft_record()
270 u16 seq_no = MSEQNO(mref); in map_extent_mft_record()
H A Dinode.c2883 const __le64 mref) in ntfs_extent_inode_open() argument
2885 u64 mft_no = MREF_LE(mref); in ntfs_extent_inode_open()
2915 seq_no = MSEQNO_LE(mref); in ntfs_extent_inode_open()
2932 ni->seq_no = (u16)MSEQNO_LE(mref); in ntfs_extent_inode_open()
H A Dindex.c1594 int ntfs_index_add_filename(struct ntfs_inode *ni, struct file_name_attr *fn, u64 mref) in ntfs_index_add_filename() argument
1613 ie->data.dir.indexed_file = cpu_to_le64(mref); in ntfs_index_add_filename()
/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-api.c24 struct v4l2_ctrl_ref *mref; member
335 h->mref = ref; in prepare_ext_ctrls()
361 helpers[i].mref->helper = NULL; in prepare_ext_ctrls()
363 struct v4l2_ctrl_ref *mref = h->mref; in prepare_ext_ctrls() local
369 if (mref->helper) { in prepare_ext_ctrls()
375 mref->helper->next = i; in prepare_ext_ctrls()
380 h->mref = NULL; in prepare_ext_ctrls()
383 mref->helper = h; in prepare_ext_ctrls()
451 if (!helpers[i].mref) in v4l2_g_ext_ctrls_common()
454 master = helpers[i].mref->ctrl; in v4l2_g_ext_ctrls_common()
[all …]