Searched refs:I30_NAME (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/fs/ntfs3/ |
D | inode.c | 277 if (attr->name_len != ARRAY_SIZE(I30_NAME) || in ntfs_read_mft() 278 memcmp(attr_name(attr), I30_NAME, sizeof(I30_NAME))) in ntfs_read_mft() 301 if (!is_root || attr->name_len != ARRAY_SIZE(I30_NAME) || in ntfs_read_mft() 302 memcmp(attr_name(attr), I30_NAME, sizeof(I30_NAME))) in ntfs_read_mft() 323 } else if (is_dir && attr->name_len == ARRAY_SIZE(I30_NAME) && in ntfs_read_mft() 324 !memcmp(attr_name(attr), I30_NAME, in ntfs_read_mft() 325 sizeof(I30_NAME)) && in ntfs_read_mft() 1427 asize = sizeof(I30_NAME) + SIZEOF_RESIDENT + dsize; in ntfs_create_inode() 1432 attr->name_len = ARRAY_SIZE(I30_NAME); in ntfs_create_inode() 1435 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() 1546 if (in->name == I30_NAME) in indx_add_allocate() 2092 if (in->name == I30_NAME) in indx_shrink() 2578 if (in->name == I30_NAME) in indx_delete_entry()
|
D | ntfs.h | 166 extern const __le16 I30_NAME[4];
|
D | fslog.c | 4749 attr->name_len == ARRAY_SIZE(I30_NAME) && in log_replay() 4750 !memcmp(attr_name(attr), I30_NAME, sizeof(I30_NAME))) { in log_replay()
|
D | frecord.c | 1925 attr = ni_find_attr(ni, NULL, NULL, ATTR_ALLOC, I30_NAME, in ni_fiemap() 1926 ARRAY_SIZE(I30_NAME), NULL, NULL); in ni_fiemap()
|
D | attrib.c | 810 (type == ATTR_ALLOC && name == I30_NAME))) { in attr_set_size()
|
D | fsntfs.c | 70 const __le16 I30_NAME[4] = { variable
|