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

/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dattrlist.c153 (attr->non_resident) ? le64_to_cpu(attr->lowest_vcn) :
154 0, (attr->non_resident) ? NULL : ((u8*)attr +
155 le16_to_cpu(attr->value_offset)), (attr->non_resident) ?
193 if (attr->non_resident)
H A Dattrib.h280 extern void ntfs_attr_init(ntfs_attr *na, const BOOL non_resident,
H A Dvolume.c327 if (!a->non_resident) {
1076 if (a->non_resident) {
1122 if (a->non_resident) {
1599 if (a->non_resident) {
H A Dattrib.c132 if (a->non_resident)
172 if (!a->non_resident) {
337 * @non_resident:
349 void ntfs_attr_init(ntfs_attr *na, const BOOL non_resident, argument
358 if (non_resident)
490 if (a->non_resident) {
3177 if ((type == AT_UNUSED) || !val || (!a->non_resident &&
3797 a->non_resident = 0;
3933 a->non_resident = 1;
4091 if (ctx->attr->non_resident) {
[all...]
H A Dinode.c260 if (ctx->attr->non_resident) {
1168 if (ctx->attr->non_resident)
H A Dlayout.h728 /* 8*/ u8 non_resident; /* If 0, attribute is resident. member in struct:__anon2349
H A Ddir.c987 if (ctx->attr->non_resident) {
1954 if (actx->attr->non_resident) {
H A Drunlist.c800 if (!attr || !attr->non_resident ||
H A Dindex.c446 if (a->non_resident) {
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/
H A Dvolume_util.c162 if (a->non_resident) {
200 a->non_resident = 0;
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dutils.c1165 if (ctx->attr->non_resident) {
H A Dmkntfs.c1188 a->non_resident = 1;
1381 a->non_resident = 1;
1525 a->non_resident = 0;
1604 nonres = a->non_resident != 0;
2102 if (a->non_resident || a->flags) {
4692 if (a->non_resident) {

Completed in 88 milliseconds