Searched refs:hfs_freespace_notify_warninglimit (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_notification.c76 } else if (freeblks < hfsmp->hfs_freespace_notify_warninglimit) {
112 printf("HFS: Low Disk: Vol: %s freeblks: %d, warninglimit: %d\n", volname, freeblks, hfsmp->hfs_freespace_notify_warninglimit);
115 printf("HFS: Low Disk: freeblks: %d, warninglimit: %d\n", freeblks, hfsmp->hfs_freespace_notify_warninglimit);
H A Dhfs.h283 u_int32_t hfs_freespace_notify_warninglimit; member in struct:hfsmount
H A Dhfs_readwrite.c2226 if (*(uint32_t *)ap->a_data >= hfsmp->hfs_freespace_notify_warninglimit) {
2234 *(uint32_t*)ap->a_data = hfsmp->hfs_freespace_notify_warninglimit;
2244 hfsmp->hfs_freespace_notify_warninglimit = *(uint32_t *)ap->a_data;
2252 if (*(uint32_t *)ap->a_data <= hfsmp->hfs_freespace_notify_warninglimit) {
H A Dhfs_vfsops.c1973 hfsmp->hfs_freespace_notify_warninglimit =
1991 hfsmp->hfs_freespace_notify_warninglimit =

Completed in 43 milliseconds