Searched refs:SIZEOF_NONRESIDENT (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/ntfs3/
H A Dfrecord.c1109 list_reserve = SIZEOF_NONRESIDENT + 3 * (1 + 2 * sizeof(u32));
1301 err = run_pack(run, 0, svcn, Add2Ptr(attr, SIZEOF_NONRESIDENT),
1302 asize - SIZEOF_NONRESIDENT, &plen);
1315 attr->size = cpu_to_le32(run_size + SIZEOF_NONRESIDENT);
1317 done = asize - run_size - SIZEOF_NONRESIDENT;
1339 SIZEOF_NONRESIDENT + run_size,
1340 SIZEOF_NONRESIDENT, svcn, NULL);
1356 run_pack(run, svcn, evcn + 1 - svcn, Add2Ptr(attr, SIZEOF_NONRESIDENT),
1361 attr->nres.run_off = cpu_to_le16(SIZEOF_NONRESIDENT);
1451 u32 name_off = is_ext ? SIZEOF_NONRESIDENT_EX : SIZEOF_NONRESIDENT;
[all...]
H A Dinode.c1506 attr->size = cpu_to_le32(SIZEOF_NONRESIDENT + 8);
1508 asize = SIZEOF_NONRESIDENT + 8;
1561 t16 = sbi->record_size - t16 - SIZEOF_NONRESIDENT;
1579 Add2Ptr(attr, SIZEOF_NONRESIDENT), t16,
1589 asize = SIZEOF_NONRESIDENT + ALIGN(err, 8);
H A Drecord.c332 if (asize + 8 < SIZEOF_NONRESIDENT)
H A Dntfs.h389 #define SIZEOF_NONRESIDENT 0x40 macro
H A Dfslog.c2975 (is_ext ? SIZEOF_NONRESIDENT_EX : SIZEOF_NONRESIDENT);
3003 cpu_to_le16(SIZEOF_NONRESIDENT + name_size);
3004 memcpy(Add2Ptr(attr, SIZEOF_NONRESIDENT), name,

Completed in 165 milliseconds