Searched refs:I30_NAME (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/fs/ntfs3/ |
| H A D | inode.c | 280 if (attr->name_len != ARRAY_SIZE(I30_NAME) || in ntfs_read_mft() 281 memcmp(attr_name(attr), I30_NAME, sizeof(I30_NAME))) in ntfs_read_mft() 304 if (!is_root || attr->name_len != ARRAY_SIZE(I30_NAME) || in ntfs_read_mft() 305 memcmp(attr_name(attr), I30_NAME, sizeof(I30_NAME))) in ntfs_read_mft() 327 !memcmp(attr_name(attr), I30_NAME, in ntfs_read_mft() 328 sizeof(I30_NAME)) && in ntfs_read_mft() 1385 asize = sizeof(I30_NAME) + SIZEOF_RESIDENT + dsize; in ntfs_create_inode() 1390 attr->name_len = ARRAY_SIZE(I30_NAME); in ntfs_create_inode() 1393 cpu_to_le16(sizeof(I30_NAME) + SIZEOF_RESIDENT); in ntfs_create_inode() 1395 memcpy(Add2Ptr(attr, SIZEOF_RESIDENT), I30_NAME, in ntfs_create_inode() [all …]
|
| H A D | index.c | 21 { I30_NAME, ARRAY_SIZE(I30_NAME) }, { SII_NAME, ARRAY_SIZE(SII_NAME) }, 1462 if (in->name == I30_NAME) { in indx_create_allocate() 1550 if (in->name == I30_NAME) in indx_add_allocate() 2097 if (in->name == I30_NAME) in indx_shrink() 2583 if (in->name == I30_NAME) in indx_delete_entry()
|
| H A D | ntfs.h | 163 extern const __le16 I30_NAME[4];
|
| H A D | fslog.c | 4776 attr->name_len == ARRAY_SIZE(I30_NAME) && in log_replay() 4777 !memcmp(attr_name(attr), I30_NAME, sizeof(I30_NAME))) { in log_replay()
|
| H A D | frecord.c | 1876 attr = ni_find_attr(ni, NULL, NULL, ATTR_ALLOC, I30_NAME, in ni_fiemap() 1877 ARRAY_SIZE(I30_NAME), NULL, NULL); in ni_fiemap()
|
| H A D | fsntfs.c | 70 const __le16 I30_NAME[4] = { variable
|
| H A D | attrib.c | 814 (type == ATTR_ALLOC && name == I30_NAME))) { in attr_set_size()
|