Searched refs:AT_INDEX_ALLOCATION (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dindex.c139 BUG_ON(idx_ni->type != AT_INDEX_ALLOCATION);
H A Dinode.c111 if (na->type == AT_INDEX_ALLOCATION)
235 BUG_ON(type == AT_INDEX_ALLOCATION);
293 na.type = AT_INDEX_ALLOCATION;
879 ni->type = AT_INDEX_ALLOCATION;
897 err = ntfs_attr_lookup(AT_INDEX_ALLOCATION, I30, 4,
1198 * Note this cannot be called for AT_INDEX_ALLOCATION.
1447 * with the attribute type set to AT_INDEX_ALLOCATION. Apart from that, they
1598 err = ntfs_attr_lookup(AT_INDEX_ALLOCATION, ni->name, ni->name_len,
H A Daops.c436 * AT_INDEX_ALLOCATION since this is the type of both directory and
439 if (ni->type != AT_INDEX_ALLOCATION) {
929 (NInoAttr(ni) && ni->type == AT_INDEX_ALLOCATION)));
1364 * AT_INDEX_ALLOCATION since this is the type of both directory and
1367 if (ni->type != AT_INDEX_ALLOCATION) {
H A Dlayout.h425 AT_INDEX_ALLOCATION = cpu_to_le32( 0xa0), enumerator in enum:__anon16821
H A Dattrib.c1404 if (type == AT_INDEX_ALLOCATION)
H A Dfile.c1802 * AT_INDEX_ALLOCATION since this is the type of both directory and
1805 if (ni->type != AT_INDEX_ALLOCATION) {
H A Dmft.c2657 ni->type = AT_INDEX_ALLOCATION;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dindex.c574 na = ntfs_attr_open(ni, AT_INDEX_ALLOCATION, icx->name, icx->name_len);
1094 if (!ntfs_attr_exist(icx->ni, AT_INDEX_ALLOCATION, icx->name, icx->name_len)) {
1096 if (ntfs_attr_add(icx->ni, AT_INDEX_ALLOCATION, icx->name,
1098 ntfs_log_perror("Failed to add AT_INDEX_ALLOCATION");
H A Ddir.c236 ia_na = ntfs_attr_open(dir_ni, AT_INDEX_ALLOCATION, NTFS_INDEX_I30, 4);
722 ia_na = ntfs_attr_open(dir_ni, AT_INDEX_ALLOCATION, NTFS_INDEX_I30, 4);
H A Dattrib.c2631 if (type != AT_INDEX_ALLOCATION)
3879 /* Prefer AT_INDEX_ALLOCATION instead of AT_ATTRIBUTE_LIST */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dlayout.h500 AT_INDEX_ALLOCATION = const_cpu_to_le32( 0xa0), enumerator in enum:__anon4181
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/src/
H A Dntfs-3g.c448 na = ntfs_attr_open(ni, AT_INDEX_ALLOCATION, NTFS_INDEX_I30, 4);

Completed in 234 milliseconds