Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ntfs3/
Dinode.c1427 attr->size = cpu_to_le32(SIZEOF_NONRESIDENT_EX + 8); in ntfs_create_inode()
1430 asize = SIZEOF_NONRESIDENT_EX + 8; in ntfs_create_inode()
1432 attr->size = cpu_to_le32(SIZEOF_NONRESIDENT_EX + 8); in ntfs_create_inode()
1436 asize = SIZEOF_NONRESIDENT_EX + 8; in ntfs_create_inode()
Drecord.c279 } else if (asize + 8 < SIZEOF_NONRESIDENT_EX) in mi_enum_attr()
Dntfs.h382 #define SIZEOF_NONRESIDENT_EX 0x48 macro
Dfrecord.c1439 u32 name_off = is_ext ? SIZEOF_NONRESIDENT_EX : SIZEOF_NONRESIDENT; in ni_insert_nonresident()
1750 ? (SIZEOF_NONRESIDENT_EX + 8) in ni_new_attr_flags()
Dfslog.c2993 (is_ext ? SIZEOF_NONRESIDENT_EX : SIZEOF_NONRESIDENT); in attr_create_nonres_log()
3015 cpu_to_le16(SIZEOF_NONRESIDENT_EX + name_size); in attr_create_nonres_log()
3016 memcpy(Add2Ptr(attr, SIZEOF_NONRESIDENT_EX), name, in attr_create_nonres_log()