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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dattrlist.c153 (attr->non_resident) ? sle64_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.c132 if (a->non_resident)
172 if (!a->non_resident) {
349 * @non_resident:
361 void ntfs_attr_init(ntfs_attr *na, const BOOL non_resident, argument
370 if (non_resident)
489 && (a->non_resident ? !a->initialized_size : !a->value_length)) {
522 if (a->non_resident) {
3353 if ((type == AT_UNUSED) || !val || (!a->non_resident &&
3453 if (a->non_resident) {
3454 if ((a->non_resident !
[all...]
H A Dattrib.h286 extern void ntfs_attr_init(ntfs_attr *na, const BOOL non_resident,
H A Dvolume.c348 if (!a->non_resident) {
1159 if (a->non_resident) {
1205 if (a->non_resident) {
1762 if (a->non_resident) {
H A Dinode.c264 if (ctx->attr->non_resident) {
1178 if (ctx->attr->non_resident)
H A Dlayout.h727 /* 8*/ u8 non_resident; /* If 0, attribute is resident. member in struct:__anon29
H A Ddir.c1069 if (ctx->attr->non_resident) {
2109 if (actx->attr->non_resident) {
H A Drunlist.c800 if (!attr || !attr->non_resident ||
H A Dindex.c410 if (a->non_resident) {
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c1248 a->non_resident = 1;
1441 a->non_resident = 1;
1585 a->non_resident = 0;
1664 nonres = a->non_resident != 0;
2162 if (a->non_resident || a->flags) {
4769 if (a->non_resident) {

Completed in 210 milliseconds