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