Searched refs:FSE_ARG_INO (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.140.41/bsd/sys/ |
| H A D | fsevents.h | 91 #define FSE_ARG_INO 0x0007 // next arg is the inode number (ino_t) macro
|
| /xnu-8020.140.41/bsd/vfs/ |
| H A D | vfs_fsevents.c | 594 if (arg_type == FSE_ARG_INO) { in add_fsevent() 602 if (arg_type == FSE_ARG_INO) { in add_fsevent() 1479 error = fill_buff(FSE_ARG_INO, sizeof(ino64_t), &ino, evbuff, &evbuff_idx, sizeof(evbuff), uio); in copy_out_kfse() 1485 error = fill_buff(FSE_ARG_INO, sizeof(ino64_t), &ino, evbuff, &evbuff_idx, sizeof(evbuff), uio); in copy_out_kfse() 1543 …error = fill_buff(FSE_ARG_INO, sizeof(ino64_t), &cur->ino, evbuff, &evbuff_idx, sizeof(evbuff), ui… in copy_out_kfse()
|