Searched refs:I30_NAME (Results 1 – 7 of 7) sorted by relevance
/fs/ntfs3/ |
D | inode.c | 269 if (attr->name_len != ARRAY_SIZE(I30_NAME) || in ntfs_read_mft() 270 memcmp(attr_name(attr), I30_NAME, sizeof(I30_NAME))) in ntfs_read_mft() 293 if (!is_root || attr->name_len != ARRAY_SIZE(I30_NAME) || in ntfs_read_mft() 294 memcmp(attr_name(attr), I30_NAME, sizeof(I30_NAME))) in ntfs_read_mft() 315 } else if (is_dir && attr->name_len == ARRAY_SIZE(I30_NAME) && in ntfs_read_mft() 316 !memcmp(attr_name(attr), I30_NAME, in ntfs_read_mft() 317 sizeof(I30_NAME)) && in ntfs_read_mft() 1409 asize = sizeof(I30_NAME) + SIZEOF_RESIDENT + dsize; in ntfs_create_inode() 1414 attr->name_len = ARRAY_SIZE(I30_NAME); in ntfs_create_inode() 1417 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) }, 1453 if (in->name == I30_NAME) { in indx_create_allocate()
|
D | ntfs.h | 169 extern const __le16 I30_NAME[4];
|
D | fslog.c | 4752 attr->name_len == ARRAY_SIZE(I30_NAME) && in log_replay() 4753 !memcmp(attr_name(attr), I30_NAME, sizeof(I30_NAME))) { in log_replay()
|
D | frecord.c | 1926 attr = ni_find_attr(ni, NULL, NULL, ATTR_ALLOC, I30_NAME, in ni_fiemap() 1927 ARRAY_SIZE(I30_NAME), NULL, NULL); in ni_fiemap()
|
D | fsntfs.c | 69 const __le16 I30_NAME[4] = { variable
|
D | attrib.c | 819 (type == ATTR_ALLOC && name == I30_NAME))) { in attr_set_size()
|