Home
last modified time | relevance | path

Searched refs:SIZEOF_RESIDENT (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/fs/ntfs3/
Dinode.c1347 std5 = Add2Ptr(attr, SIZEOF_RESIDENT); in ntfs_create_inode()
1356 asize = SIZEOF_RESIDENT + dsize; in ntfs_create_inode()
1394 asize = ALIGN(SIZEOF_RESIDENT + dsize, 8); in ntfs_create_inode()
1402 memcpy(Add2Ptr(attr, SIZEOF_RESIDENT), fname, dsize); in ntfs_create_inode()
1408 asize = SIZEOF_RESIDENT + ALIGN(sd_size, 8); in ntfs_create_inode()
1415 memcpy(Add2Ptr(attr, SIZEOF_RESIDENT), sd, sd_size); in ntfs_create_inode()
1427 asize = sizeof(I30_NAME) + SIZEOF_RESIDENT + dsize; in ntfs_create_inode()
1435 cpu_to_le16(sizeof(I30_NAME) + SIZEOF_RESIDENT); in ntfs_create_inode()
1437 memcpy(Add2Ptr(attr, SIZEOF_RESIDENT), I30_NAME, in ntfs_create_inode()
1440 root = Add2Ptr(attr, sizeof(I30_NAME) + SIZEOF_RESIDENT); in ntfs_create_inode()
[all …]
Drecord.c232 if (asize < SIZEOF_RESIDENT) { in mi_enum_attr()
275 if (asize < SIZEOF_RESIDENT) in mi_enum_attr()
Dfrecord.c863 to_free = le32_to_cpu(rec->used) + lsize + SIZEOF_RESIDENT; in ni_create_attr_list()
911 lsize + SIZEOF_RESIDENT, SIZEOF_RESIDENT); in ni_create_attr_list()
1522 u32 asize = SIZEOF_RESIDENT + name_size + ALIGN(data_size, 8); in ni_insert_resident()
1525 err = ni_insert_attr(ni, type, name, name_len, asize, SIZEOF_RESIDENT, in ni_insert_resident()
1534 attr->res.data_off = cpu_to_le16(SIZEOF_RESIDENT + name_size); in ni_insert_resident()
2980 memcpy(Add2Ptr(attr, SIZEOF_RESIDENT), de2 + 1, de_key_size); in ni_remove_name_undo()
2999 memcpy(Add2Ptr(attr, SIZEOF_RESIDENT), de + 1, de_key_size); in ni_remove_name_undo()
3052 memcpy(Add2Ptr(attr, SIZEOF_RESIDENT), de_name, de_key_size); in ni_add_name()
Dntfs.h387 #define SIZEOF_RESIDENT 0x18 macro
589 return (struct ATTRIB *)((char *)fname - SIZEOF_RESIDENT); in attr_from_name()
Dnamei.c262 static_assert(SIZEOF_ATTRIBUTE_FILENAME_MAX + SIZEOF_RESIDENT < 1024); in ntfs_rename()
Dfslog.c2778 ao > sbi->record_size - SIZEOF_RESIDENT || !is_rec_inuse(rec) || in check_file_record()
3218 if (!check_if_attr(rec, lrh) || dlen < SIZEOF_RESIDENT || in do_action()