Searched refs:mp_ofs (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/ntfs/ |
| H A D | ea.c | 584 int mp_size, mp_ofs, name_ofs, arec_size, err; in ntfs_new_attr_flags() local 650 mp_ofs = (name_ofs + a->name_length * sizeof(__le16) + 7) & ~7; in ntfs_new_attr_flags() 651 arec_size = (mp_ofs + mp_size + 7) & ~7; in ntfs_new_attr_flags() 695 a->data.non_resident.mapping_pairs_offset = cpu_to_le16(mp_ofs); in ntfs_new_attr_flags()
|
| H A D | attrib.c | 1777 int mp_size, mp_ofs, name_ofs, arec_size, err, err2; in ntfs_attr_make_non_resident() local 1894 mp_ofs = (name_ofs + a->name_length * sizeof(__le16) + 7) & ~7; in ntfs_attr_make_non_resident() 1899 arec_size = (mp_ofs + mp_size + 7) & ~7; in ntfs_attr_make_non_resident() 1934 a->data.non_resident.mapping_pairs_offset = cpu_to_le16(mp_ofs); in ntfs_attr_make_non_resident() 1950 err = ntfs_mapping_pairs_build(vol, (u8 *)a + mp_ofs, in ntfs_attr_make_non_resident() 1951 arec_size - mp_ofs, rl, 0, -1, NULL, NULL, NULL); in ntfs_attr_make_non_resident() 2016 mp_ofs = (name_ofs + a->name_length * sizeof(__le16) + 7) & ~7; in ntfs_attr_make_non_resident() 2018 arec_size = (mp_ofs + attr_size + 7) & ~7; in ntfs_attr_make_non_resident() 2029 if ((mp_ofs + attr_size) > arec_size) { in ntfs_attr_make_non_resident() 2031 attr_size = arec_size - mp_ofs; in ntfs_attr_make_non_resident() [all …]
|