Lines Matching defs:name
164 * Find the first le in the list which matches type, name and VCN.
181 * Find the first le in the list which matches type, name and VCN.
187 enum ATTR_TYPE type, const __le16 *name,
197 /* List entries are sorted by type, name and VCN. */
212 diff = ntfs_cmp_names(le_name(le), name_len, name,
240 * Find the first list entry which matches type, name and VCN.
244 const __le16 *name,
250 /* List entries are sorted by type, name and VCN. */
264 diff = ntfs_cmp_names(le_name(le), le->name_len, name,
286 int al_add_le(struct ntfs_inode *ni, enum ATTR_TYPE type, const __le16 *name,
309 le = al_find_le_to_insert(ni, type, name, name_len, svcn);
333 le->name_off = offsetof(struct ATTR_LIST_ENTRY, name);
337 memcpy(le->name, name, sizeof(short) * name_len);
389 const __le16 *name, u8 name_len, const struct MFT_REF *ref)
397 le = al_find_ex(ni, NULL, type, name, name_len, &vcn);
410 if (name_len && ntfs_cmp_names(le_name(le), name_len, name, name_len,