• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/xnu-2782.1.97/bsd/hfs/

Lines Matching refs:a_data

1326     if (ap->a_data == NULL) {
1337 user_access_structp = (struct user64_ext_access_t *)ap->a_data;
1340 struct user32_access_t *accessp = (struct user32_access_t *)ap->a_data;
1353 struct user32_ext_access_t *accessp = (struct user32_ext_access_t *)ap->a_data;
1582 caddr_t a_data;
1651 bufptr = (char *)ap->a_data;
1675 u_int32_t to_fd = *(u_int32_t *)ap->a_data;
1816 linkfileid = *(cnid_t *)ap->a_data;
1824 *(cnid_t *)ap->a_data = nextlinkid;
1826 *(cnid_t *)ap->a_data = prevlinkid;
1846 return hfs_resize_progress(hfsmp, (u_int32_t *)ap->a_data);
1866 newsize = *(u_int64_t *)ap->a_data;
1870 return hfs_extendfs(hfsmp, *(u_int64_t *)ap->a_data, context);
1872 return hfs_truncatefs(hfsmp, *(u_int64_t *)ap->a_data, context);
1893 location = *(u_int32_t *)ap->a_data;
1900 *(u_int32_t *)ap->a_data = hfsmp->nextAllocation;
1938 bsdata = (struct hfs_backingstoreinfo *)ap->a_data;
2053 fileid = *(u_int32_t *)ap->a_data;
2066 *(u_int32_t *)ap->a_data = hfsmp->vcbNxtCNID;
2143 if (ap->a_data == NULL) {
2147 state = *(int *)ap->a_data;
2177 if (ap->a_data) {
2179 * Note that even though ap->a_data is of type caddr_t,
2182 * was. So it is in fact correct to check the ap->a_data
2215 if (ap->a_data) {
2217 * Note that even though ap->a_data is of type caddr_t,
2220 * was. So it is in fact correct to check the ap->a_data
2254 if (ap->a_data == NULL) {
2259 * Note that even though ap->a_data is of type caddr_t, we
2262 iotypeflag = (uint32_t) ap->a_data;
2305 if (ap->a_data) {
2310 gen_counter = *((uint32_t*)ap->a_data);
2399 * a null check for a_data
2401 if (ap->a_data) {
2414 int *data = (int*) ap->a_data;
2466 ra = (struct radvisory *)(ap->a_data);
2496 *(user_time_t *)(ap->a_data) = (user_time_t) (to_bsd_time(VTOVCB(vp)->localCreateDate));
2499 *(user32_time_t *)(ap->a_data) = (user32_time_t) (to_bsd_time(VTOVCB(vp)->localCreateDate));
2505 *(uint32_t *)ap->a_data = hfsmp->hfs_mount_time;
2509 *(uint32_t *)ap->a_data = hfsmp->hfs_last_mounted_mtime;
2513 *(uint32_t*)ap->a_data = hfsmp->hfs_freespace_notify_dangerlimit;
2517 if (*(uint32_t *)ap->a_data >= hfsmp->hfs_freespace_notify_warninglimit) {
2521 hfsmp->hfs_freespace_notify_dangerlimit = *(uint32_t *)ap->a_data;
2525 *(uint32_t*)ap->a_data = hfsmp->hfs_freespace_notify_warninglimit;
2529 if ( *(uint32_t *)ap->a_data >= hfsmp->hfs_freespace_notify_desiredlevel
2530 || *(uint32_t *)ap->a_data <= hfsmp->hfs_freespace_notify_dangerlimit) {
2535 hfsmp->hfs_freespace_notify_warninglimit = *(uint32_t *)ap->a_data;
2539 *(uint32_t*)ap->a_data = hfsmp->hfs_freespace_notify_desiredlevel;
2543 if (*(uint32_t *)ap->a_data <= hfsmp->hfs_freespace_notify_warninglimit) {
2547 hfsmp->hfs_freespace_notify_desiredlevel = *(uint32_t *)ap->a_data;
2551 *(uint32_t *)ap->a_data = hfsmp->hfs_notification_conditions;
2563 bcopy(ap->a_data, &hfsmp->vcbFndrInfo, sizeof(hfsmp->vcbFndrInfo));
2572 bcopy(&hfsmp->vcbFndrInfo, ap->a_data, sizeof(hfsmp->vcbFndrInfo));
2598 jip = (struct hfs_journal_info*)ap->a_data;
2618 if (*(int *)ap->a_data) {
2646 hinfo = (struct hfsinfo_metadata *)ap->a_data;