Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
A Dinode.c1310 std5 = Add2Ptr(attr, SIZEOF_RESIDENT); in ntfs_create_inode()
1319 asize = SIZEOF_RESIDENT + dsize; in ntfs_create_inode()
1351 asize = ALIGN(SIZEOF_RESIDENT + dsize, 8); in ntfs_create_inode()
1365 asize = SIZEOF_RESIDENT + ALIGN(sd_size, 8); in ntfs_create_inode()
1392 cpu_to_le16(sizeof(I30_NAME) + SIZEOF_RESIDENT); in ntfs_create_inode()
1394 memcpy(Add2Ptr(attr, SIZEOF_RESIDENT), I30_NAME, in ntfs_create_inode()
1413 asize = SIZEOF_RESIDENT; in ntfs_create_inode()
1417 attr->size = cpu_to_le32(SIZEOF_RESIDENT); in ntfs_create_inode()
1449 attr->size = cpu_to_le32(SIZEOF_RESIDENT); in ntfs_create_inode()
1456 asize = SIZEOF_RESIDENT; in ntfs_create_inode()
[all …]
A Dfrecord.c829 to_free = le32_to_cpu(rec->used) + lsize + SIZEOF_RESIDENT; in ni_create_attr_list()
873 lsize + SIZEOF_RESIDENT, SIZEOF_RESIDENT); in ni_create_attr_list()
1462 u32 asize = SIZEOF_RESIDENT + name_size + ALIGN(data_size, 8); in ni_insert_resident()
1465 err = ni_insert_attr(ni, type, name, name_len, asize, SIZEOF_RESIDENT, in ni_insert_resident()
1474 attr->res.data_off = cpu_to_le16(SIZEOF_RESIDENT + name_size); in ni_insert_resident()
2910 memcpy(Add2Ptr(attr, SIZEOF_RESIDENT), de2 + 1, de_key_size); in ni_remove_name_undo()
2932 memcpy(Add2Ptr(attr, SIZEOF_RESIDENT), de + 1, de_key_size); in ni_remove_name_undo()
2964 memcpy(Add2Ptr(attr, SIZEOF_RESIDENT), de_name, de_key_size); in ni_add_name()
A Drecord.c218 if (asize < SIZEOF_RESIDENT) { in mi_enum_attr()
251 if (asize < SIZEOF_RESIDENT) in mi_enum_attr()
A Dntfs.h381 #define SIZEOF_RESIDENT 0x18 macro
586 return (struct ATTRIB *)((char *)fname - SIZEOF_RESIDENT); in attr_from_name()
A Dnamei.c250 static_assert(SIZEOF_ATTRIBUTE_FILENAME_MAX + SIZEOF_RESIDENT < 1024); in ntfs_rename()
A Dfslog.c2797 ao > sbi->record_size - SIZEOF_RESIDENT || !is_rec_inuse(rec) || in check_file_record()
3237 if (!check_if_attr(rec, lrh) || dlen < SIZEOF_RESIDENT || in do_action()

Completed in 26 milliseconds