Searched refs:FSE_ARG_INO (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.41.6/bsd/sys/ |
| H A D | fsevents.h | 111 #define FSE_ARG_INO 0x0007 // next arg is the inode number (ino_t) macro
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_fsevents.c | 622 if (arg_type == FSE_ARG_INO) { in add_fsevent() 628 if (arg_type == FSE_ARG_INO) { in add_fsevent() 659 if (arg_type == FSE_ARG_INO) { in add_fsevent() 1730 error = fill_buff(FSE_ARG_INO, sizeof(ino64_t), &src_ino, in copy_out_kfse() 1736 error = fill_buff(FSE_ARG_INO, sizeof(ino64_t), &dst_ino, in copy_out_kfse() 1775 error = fill_buff(FSE_ARG_INO, sizeof(cur->activity_event.ino), &cur->activity_event.ino, in copy_out_kfse() 1883 error = fill_buff(FSE_ARG_INO, sizeof(ino64_t), in copy_out_kfse()
|