Searched refs:I30_NAME (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/fs/ntfs3/ |
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() 326 } else if (is_dir && attr->name_len == ARRAY_SIZE(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() 1422 asize = sizeof(I30_NAME) + SIZEOF_RESIDENT + dsize; in ntfs_create_inode() 1427 attr->name_len = ARRAY_SIZE(I30_NAME); in ntfs_create_inode() 1430 cpu_to_le16(sizeof(I30_NAME) + SIZEOF_RESIDENT); in ntfs_create_inode() [all …]
|
D | index.c | 21 { I30_NAME, ARRAY_SIZE(I30_NAME) }, { SII_NAME, ARRAY_SIZE(SII_NAME) }, 1464 if (in->name == I30_NAME) { in indx_create_allocate() 1552 if (in->name == I30_NAME) in indx_add_allocate() 2099 if (in->name == I30_NAME) in indx_shrink() 2585 if (in->name == I30_NAME) in indx_delete_entry()
|
D | ntfs.h | 163 extern const __le16 I30_NAME[4];
|
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()
|
D | frecord.c | 1970 attr = ni_find_attr(ni, NULL, NULL, ATTR_ALLOC, I30_NAME, in ni_fiemap() 1971 ARRAY_SIZE(I30_NAME), NULL, NULL); in ni_fiemap()
|
D | fsntfs.c | 70 const __le16 I30_NAME[4] = { variable
|
D | attrib.c | 813 (type == ATTR_ALLOC && name == I30_NAME))) { in attr_set_size()
|