Home
last modified time | relevance | path

Searched refs:I30 (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/ntfs/
H A Ddir.h28 /* The little endian Unicode string $I30 as a global constant. */
29 extern ntfschar I30[5];
H A Ddir.c21 * The little endian Unicode string $I30 as a global constant.
23 ntfschar I30[5] = { cpu_to_le16('$'), cpu_to_le16('I'), variable
101 err = ntfs_attr_lookup(AT_INDEX_ROOT, I30, 4, CASE_SENSITIVE, 0, NULL, in ntfs_lookup_inode_by_name()
652 err = ntfs_attr_lookup(AT_INDEX_ROOT, I30, 4, CASE_SENSITIVE, 0, NULL,
1144 err = ntfs_attr_lookup(AT_INDEX_ROOT, I30, 4, CASE_SENSITIVE, 0, NULL, in ntfs_readdir()
1221 bmp_vi = ntfs_attr_iget(vdir, AT_BITMAP, I30, 4); in ntfs_readdir()
1505 na.name = I30; in ntfs_dir_fsync()
H A Dinode.c116 * We have I30 global constant as an optimization as it is the name in ntfs_init_locked_inode()
119 * thus the fraction of named attributes with name != I30 is actually in ntfs_init_locked_inode()
122 if (na->name_len && na->name != I30) { in ntfs_init_locked_inode()
768 err = ntfs_attr_lookup(AT_INDEX_ROOT, I30, 4, CASE_SENSITIVE, in ntfs_read_locked_inode()
877 ni->name = I30; in ntfs_read_locked_inode()
894 err = ntfs_attr_lookup(AT_INDEX_ALLOCATION, I30, 4, in ntfs_read_locked_inode()
960 bvi = ntfs_attr_iget(vi, AT_BITMAP, I30, 4); in ntfs_read_locked_inode()
2208 if (ni->name_len && ni->name != I30) { in __ntfs_clear_inode()
H A Dmft.c2656 ni->name = I30; in ntfs_mft_record_alloc()
/kernel/linux/linux-6.6/fs/ntfs/
H A Ddir.h28 /* The little endian Unicode string $I30 as a global constant. */
29 extern ntfschar I30[5];
H A Ddir.c21 * The little endian Unicode string $I30 as a global constant.
23 ntfschar I30[5] = { cpu_to_le16('$'), cpu_to_le16('I'), variable
101 err = ntfs_attr_lookup(AT_INDEX_ROOT, I30, 4, CASE_SENSITIVE, 0, NULL, in ntfs_lookup_inode_by_name()
652 err = ntfs_attr_lookup(AT_INDEX_ROOT, I30, 4, CASE_SENSITIVE, 0, NULL,
1144 err = ntfs_attr_lookup(AT_INDEX_ROOT, I30, 4, CASE_SENSITIVE, 0, NULL, in ntfs_readdir()
1221 bmp_vi = ntfs_attr_iget(vdir, AT_BITMAP, I30, 4); in ntfs_readdir()
1505 na.name = I30; in ntfs_dir_fsync()
H A Dinode.c116 * We have I30 global constant as an optimization as it is the name in ntfs_init_locked_inode()
119 * thus the fraction of named attributes with name != I30 is actually in ntfs_init_locked_inode()
122 if (na->name_len && na->name != I30) { in ntfs_init_locked_inode()
768 err = ntfs_attr_lookup(AT_INDEX_ROOT, I30, 4, CASE_SENSITIVE, in ntfs_read_locked_inode()
877 ni->name = I30; in ntfs_read_locked_inode()
894 err = ntfs_attr_lookup(AT_INDEX_ALLOCATION, I30, 4, in ntfs_read_locked_inode()
960 bvi = ntfs_attr_iget(vi, AT_BITMAP, I30, 4); in ntfs_read_locked_inode()
2208 if (ni->name_len && ni->name != I30) { in __ntfs_clear_inode()
H A Dmft.c2658 ni->name = I30; in ntfs_mft_record_alloc()

Completed in 17 milliseconds