fs/ntfs3/frecord.c
1063
list_reserve = SIZEOF_NONRESIDENT + 3 * (1 + 2 * sizeof(u32));
fs/ntfs3/frecord.c
1255
err = run_pack(run, 0, svcn, Add2Ptr(attr, SIZEOF_NONRESIDENT),
fs/ntfs3/frecord.c
1256
asize - SIZEOF_NONRESIDENT, &plen);
fs/ntfs3/frecord.c
1269
attr->size = cpu_to_le32(run_size + SIZEOF_NONRESIDENT);
fs/ntfs3/frecord.c
1271
done = asize - run_size - SIZEOF_NONRESIDENT;
fs/ntfs3/frecord.c
1293
SIZEOF_NONRESIDENT + run_size,
fs/ntfs3/frecord.c
1294
SIZEOF_NONRESIDENT, svcn, NULL);
fs/ntfs3/frecord.c
1310
run_pack(run, svcn, evcn + 1 - svcn, Add2Ptr(attr, SIZEOF_NONRESIDENT),
fs/ntfs3/frecord.c
1315
attr->nres.run_off = cpu_to_le16(SIZEOF_NONRESIDENT);
fs/ntfs3/frecord.c
1405
u32 name_off = is_ext ? SIZEOF_NONRESIDENT_EX : SIZEOF_NONRESIDENT;
fs/ntfs3/frecord.c
1721
(SIZEOF_NONRESIDENT + 8);
fs/ntfs3/fslog.c
2997
(is_ext ? SIZEOF_NONRESIDENT_EX : SIZEOF_NONRESIDENT);
fs/ntfs3/fslog.c
3025
cpu_to_le16(SIZEOF_NONRESIDENT + name_size);
fs/ntfs3/fslog.c
3026
memcpy(Add2Ptr(attr, SIZEOF_NONRESIDENT), name,
fs/ntfs3/inode.c
1531
attr->size = cpu_to_le32(SIZEOF_NONRESIDENT + 8);
fs/ntfs3/inode.c
1533
asize = SIZEOF_NONRESIDENT + 8;
fs/ntfs3/inode.c
1586
t16 = sbi->record_size - t16 - SIZEOF_NONRESIDENT;
fs/ntfs3/inode.c
1605
Add2Ptr(attr, SIZEOF_NONRESIDENT), t16,
fs/ntfs3/inode.c
1615
asize = SIZEOF_NONRESIDENT + ALIGN(err, 8);
fs/ntfs3/record.c
302
if (asize < SIZEOF_NONRESIDENT)