Searched refs:I30_NAME (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/fs/ntfs3/ |
A D | inode.c | 264 if (attr->name_len != ARRAY_SIZE(I30_NAME) || in ntfs_read_mft() 265 memcmp(attr_name(attr), I30_NAME, sizeof(I30_NAME))) in ntfs_read_mft() 287 if (!is_root || attr->name_len != ARRAY_SIZE(I30_NAME) || in ntfs_read_mft() 288 memcmp(attr_name(attr), I30_NAME, sizeof(I30_NAME))) in ntfs_read_mft() 310 !memcmp(attr_name(attr), I30_NAME, in ntfs_read_mft() 311 sizeof(I30_NAME)) && in ntfs_read_mft() 1415 asize = sizeof(I30_NAME) + SIZEOF_RESIDENT + dsize; in ntfs_create_inode() 1420 attr->name_len = ARRAY_SIZE(I30_NAME); in ntfs_create_inode() 1423 cpu_to_le16(sizeof(I30_NAME) + SIZEOF_RESIDENT); in ntfs_create_inode() 1425 memcpy(Add2Ptr(attr, SIZEOF_RESIDENT), I30_NAME, in ntfs_create_inode() [all …]
|
A D | index.c | 21 { I30_NAME, ARRAY_SIZE(I30_NAME) }, { SII_NAME, ARRAY_SIZE(SII_NAME) }, 1434 if (in->name == I30_NAME) { in indx_create_allocate() 1516 if (in->name == I30_NAME) in indx_add_allocate() 2052 if (in->name == I30_NAME) in indx_shrink() 2538 if (in->name == I30_NAME) in indx_delete_entry()
|
A D | ntfs.h | 168 extern const __le16 I30_NAME[4];
|
A D | fslog.c | 4742 attr->name_len == ARRAY_SIZE(I30_NAME) && in log_replay() 4743 !memcmp(attr_name(attr), I30_NAME, sizeof(I30_NAME))) { in log_replay()
|
A D | frecord.c | 1921 attr = ni_find_attr(ni, NULL, NULL, ATTR_ALLOC, I30_NAME, in ni_fiemap() 1922 ARRAY_SIZE(I30_NAME), NULL, NULL); in ni_fiemap()
|
A D | attrib.c | 811 (type == ATTR_ALLOC && name == I30_NAME))) { in attr_set_size()
|
A D | fsntfs.c | 69 const __le16 I30_NAME[4] = { variable
|
Completed in 33 milliseconds