Searched refs:I30_NAME (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/ntfs3/ |
| H A D | inode.c | 288 if (attr->name_len != ARRAY_SIZE(I30_NAME) || in ntfs_read_mft() 289 memcmp(attr_name(attr), I30_NAME, sizeof(I30_NAME))) in ntfs_read_mft() 312 if (!is_root || attr->name_len != ARRAY_SIZE(I30_NAME) || in ntfs_read_mft() 313 memcmp(attr_name(attr), I30_NAME, sizeof(I30_NAME))) in ntfs_read_mft() 334 } else if (is_dir && attr->name_len == ARRAY_SIZE(I30_NAME) && in ntfs_read_mft() 335 !memcmp(attr_name(attr), I30_NAME, in ntfs_read_mft() 336 sizeof(I30_NAME)) && in ntfs_read_mft() 1633 asize = sizeof(I30_NAME) + SIZEOF_RESIDENT + dsize; in ntfs_create_inode() 1638 attr->name_len = ARRAY_SIZE(I30_NAME); in ntfs_create_inode() 1641 cpu_to_le16(sizeof(I30_NAME) + SIZEOF_RESIDENT); in ntfs_create_inode() [all …]
|
| H A D | index.c | 21 { I30_NAME, ARRAY_SIZE(I30_NAME) }, { SII_NAME, ARRAY_SIZE(SII_NAME) }, 1507 if (in->name == I30_NAME) { in indx_create_allocate() 1562 if (in->name == I30_NAME && in indx_add_allocate() 1605 if (in->name == I30_NAME) in indx_add_allocate() 2203 if (in->name == I30_NAME) in indx_shrink() 2705 if (in->name == I30_NAME) in indx_delete_entry()
|
| H A D | ntfs.h | 167 extern const __le16 I30_NAME[4];
|
| H A D | fslog.c | 4942 attr->name_len == ARRAY_SIZE(I30_NAME) && in log_replay() 4943 !memcmp(attr_name(attr), I30_NAME, sizeof(I30_NAME))) { in log_replay()
|
| H A D | fsntfs.c | 70 const __le16 I30_NAME[4] = { variable
|
| H A D | attrib.c | 881 if ((type == ATTR_DATA || (type == ATTR_ALLOC && name == I30_NAME))) { in attr_set_size_ex()
|