Searched refs:AT_UNUSED (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dattrib.h127 return ntfs_attr_lookup(AT_UNUSED, NULL, 0, CASE_SENSITIVE, 0,
H A Dlayout.h490 AT_UNUSED = const_cpu_to_le32( 0), enumerator in enum:__anon4181
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dattrib.c1639 * If @type is AT_UNUSED, return the first found attribute, i.e. one can
1640 * enumerate all attributes by setting @type to AT_UNUSED and then calling
1721 if (((type != AT_UNUSED) && (le32_to_cpu(a->type) >
1730 if (type == AT_UNUSED)
1861 * If @type is AT_UNUSED, return the first found attribute, i.e. one can
1862 * enumerate all attributes by setting @type to AT_UNUSED and then calling
1958 if ((type == AT_UNUSED) && is_first_search &&
1971 if ((type == AT_UNUSED) && le32_to_cpu(ctx->al_entry->type) <
2034 if (type != AT_UNUSED) {
2046 if (type == AT_UNUSED)
[all...]
H A Dinode.c837 while (!ntfs_attr_lookup(AT_UNUSED, NULL, 0, 0, 0, NULL, 0, ctx)) {
1030 if (ntfs_attr_position(AT_UNUSED, ctx))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dinode.c52 * If searching for the normal file/directory inode, set @na->type to AT_UNUSED.
70 if (unlikely(na->type != AT_UNUSED))
94 * If initializing the normal file/directory inode, set @na->type to AT_UNUSED.
118 if (likely(na->type == AT_UNUSED)) {
177 na.type = AT_UNUSED;
431 ni->type = AT_UNUSED;
H A Dlayout.h415 AT_UNUSED = cpu_to_le32( 0), enumerator in enum:__anon16821
H A Dmft.c943 na.type = AT_UNUSED;

Completed in 177 milliseconds