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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Ddir.h42 /* The little endian Unicode string $I30 as a global constant. */
43 extern ntfschar I30[5];
H A Ddir.c34 * The little endian Unicode string $I30 as a global constant.
36 ntfschar I30[5] = { cpu_to_le16('$'), cpu_to_le16('I'), variable
114 err = ntfs_attr_lookup(AT_INDEX_ROOT, I30, 4, CASE_SENSITIVE, 0, NULL,
778 err = ntfs_attr_lookup(AT_INDEX_ROOT, I30, 4, CASE_SENSITIVE, 0, NULL,
856 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);
2181 if (ni->name_len && ni->name != I30) {
H A Dmft.c2658 ni->name = I30;

Completed in 138 milliseconds