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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dinode.h163 le32 owner_id; member in struct:_ntfs_inode
H A Dinode.c193 if (le32_to_cpu(lthle) < offsetof(STANDARD_INFORMATION, owner_id)) {
210 ni->owner_id = std_info->owner_id;
216 ni->owner_id = const_cpu_to_le32(0);
782 std_info->owner_id = ni->owner_id;
H A Dlayout.h962 /* 48*/ le32 owner_id; /* Owner_id of the user owning member in struct:__anon34::__anon35::__anon37
2207 i.e. in the entry where owner_id = QUOTA_DEFAULTS_ID. */
2226 * i.e. the key is the owner_id. The user_id of the owner of a file, i.e. the
2227 * owner_id, is found in the standard information attribute. The collation rule
2232 * entry belongs to, i.e. the owner_id. The collation rule for $O is
2264 le32 owner_id; member in struct:__anon85
2271 * enum PREDEFINED_OWNER_IDS - Predefined owner_id values (32-bit).
2365 le32 owner_id; /* $Q index in FILE_Extend/$Quota: member in union:__anon91::__anon94
H A Ddir.c1520 ni->owner_id = si->owner_id = const_cpu_to_le32(0);
H A Dvolume.c233 if ((u64)lth >= offsetof(STANDARD_INFORMATION, owner_id))
H A Dsecurity.c1028 ni->owner_id = const_cpu_to_le32(0);
1102 ni->owner_id = const_cpu_to_le32(0);
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c1636 si.owner_id = cpu_to_le32(0);
2626 idx_entry_q1->key.owner_id = const_cpu_to_le32(0x01);
2653 idx_entry_q2->key.owner_id = QUOTA_FIRST_USER_ID;
2699 idx_entry_o_data->owner_id = QUOTA_FIRST_USER_ID;

Completed in 135 milliseconds