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

/macosx-10.10/system_cmds-643.1.1/fs_usage.tproj/
H A Dfs_usage.c390 #define P_DISKIO_READ (DKIO_READ << 2) macro
402 #define P_DISKIO_TYPE (P_DISKIO | P_DISKIO_READ | P_DISKIO_META | P_DISKIO_PAGING)
406 #define P_RdData (P_DISKIO | P_DISKIO_READ)
408 #define P_RdMeta (P_DISKIO | P_DISKIO_META | P_DISKIO_READ)
410 #define P_PgIn (P_DISKIO | P_DISKIO_PAGING | P_DISKIO_READ)
3507 if (!(type & P_DISKIO_READ))

Completed in 64 milliseconds