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

/linux-master/fs/ntfs3/
H A Drecord.c322 if (asize + 8 < SIZEOF_NONRESIDENT_EX)
H A Dinode.c1495 attr->size = cpu_to_le32(SIZEOF_NONRESIDENT_EX + 8);
1498 asize = SIZEOF_NONRESIDENT_EX + 8;
1500 attr->size = cpu_to_le32(SIZEOF_NONRESIDENT_EX + 8);
1504 asize = SIZEOF_NONRESIDENT_EX + 8;
H A Dntfs.h388 #define SIZEOF_NONRESIDENT_EX 0x48 macro
H A Dfslog.c2975 (is_ext ? SIZEOF_NONRESIDENT_EX : SIZEOF_NONRESIDENT);
2997 cpu_to_le16(SIZEOF_NONRESIDENT_EX + name_size);
2998 memcpy(Add2Ptr(attr, SIZEOF_NONRESIDENT_EX), name,
H A Dfrecord.c1451 u32 name_off = is_ext ? SIZEOF_NONRESIDENT_EX : SIZEOF_NONRESIDENT;
1764 (SIZEOF_NONRESIDENT_EX + 8) :

Completed in 166 milliseconds