Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/ntfs3/
H A Dinode.c1487 attr->size = cpu_to_le32(SIZEOF_NONRESIDENT_EX + 8); in ntfs_create_inode()
1490 asize = SIZEOF_NONRESIDENT_EX + 8; in ntfs_create_inode()
1492 attr->size = cpu_to_le32(SIZEOF_NONRESIDENT_EX + 8); in ntfs_create_inode()
1496 asize = SIZEOF_NONRESIDENT_EX + 8; in ntfs_create_inode()
H A Drecord.c322 if (asize + 8 < SIZEOF_NONRESIDENT_EX) in mi_enum_attr()
H A Dntfs.h388 #define SIZEOF_NONRESIDENT_EX 0x48 macro
H A Dfslog.c2975 (is_ext ? SIZEOF_NONRESIDENT_EX : SIZEOF_NONRESIDENT); in attr_create_nonres_log()
2997 cpu_to_le16(SIZEOF_NONRESIDENT_EX + name_size); in attr_create_nonres_log()
2998 memcpy(Add2Ptr(attr, SIZEOF_NONRESIDENT_EX), name, in attr_create_nonres_log()
H A Dfrecord.c1451 u32 name_off = is_ext ? SIZEOF_NONRESIDENT_EX : SIZEOF_NONRESIDENT; in ni_insert_nonresident()
1764 (SIZEOF_NONRESIDENT_EX + 8) : in ni_new_attr_flags()

Completed in 15 milliseconds