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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dattrib.c614 a->type == AT_END))
882 if (type == AT_END)
1040 if (a->type == AT_END)
1094 * If we were looking for AT_END, we reset the search context @ctx and
1097 if (type == AT_END) {
1099 return ntfs_attr_find(AT_END, name, name_len, ic, val, val_len,
H A Dlayout.h286 * is terminated by an attribute of type AT_END which is a truncated attribute
287 * in that it only consists of the attribute type code AT_END and none of the
433 AT_END = cpu_to_le32(0xffffffff) enumerator in enum:__anon16821
H A Dmft.c2068 a->type = AT_END;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxmlres.cpp650 static const wxChar *AT_END = wxT("end"); local
651 wxString insert_pos = node->GetPropVal(wxT("insert_at"), AT_END);
652 if ( insert_pos == AT_END )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dattrib.c1646 * If @type is AT_END, seek to the end and return -1 with errno set to ENOENT.
1647 * AT_END is not a valid attribute, its length is zero for example, thus it is
1723 (a->type == AT_END)) {
1869 * If @type is AT_END, seek to the end of the base mft record ignoring the
1870 * attribute list completely and return -1 with errno set to ENOENT. AT_END is
1903 * The only exception to this is when @type is AT_END, in which case
1937 if (type == AT_END)
2158 if (a->type == AT_END)
2204 * If we were looking for AT_END or we were enumerating and reached the
2208 if (type == AT_UNUSED || type == AT_END) {
[all...]
H A Dmft.c387 a->type = AT_END;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dlayout.h334 * is terminated by an attribute of type AT_END which is a truncated attribute
335 * in that it only consists of the attribute type code AT_END and none of the
508 AT_END = const_cpu_to_le32(0xffffffff), enumerator in enum:__anon4181

Completed in 219 milliseconds