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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Ddir.h42 /* The little endian Unicode string $I30 as a global constant. */
43 extern ntfschar I30[5];
H A Ddir.c33 * The little endian Unicode string $I30 as a global constant.
35 ntfschar I30[5] = { const_cpu_to_le16('$'), const_cpu_to_le16('I'), variable
113 err = ntfs_attr_lookup(AT_INDEX_ROOT, I30, 4, CASE_SENSITIVE, 0, NULL,
777 err = ntfs_attr_lookup(AT_INDEX_ROOT, I30, 4, CASE_SENSITIVE, 0, NULL,
855 bmp_vi = ntfs_attr_iget(vdir, AT_BITMAP, I30, 4);
1144 na.name = I30;
H A Dinode.c128 * We have I30 global constant as an optimization as it is the name
131 * thus the fraction of named attributes with name != I30 is actually
134 if (na->name_len && na->name != I30) {
772 err = ntfs_attr_lookup(AT_INDEX_ROOT, I30, 4, CASE_SENSITIVE,
880 ni->name = I30;
897 err = ntfs_attr_lookup(AT_INDEX_ALLOCATION, I30, 4,
963 bvi = ntfs_attr_iget(vi, AT_BITMAP, I30, 4);
2185 if (ni->name_len && ni->name != I30) {
H A Dmft.c2658 ni->name = I30;

Completed in 142 milliseconds