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

/xnu-2422.115.4/bsd/sys/
H A Dfsevents.h83 #define FSE_ARG_INO 0x0007 // next arg is the inode number (ino_t) macro
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vnops.c521 FSE_ARG_INO, (ino64_t)ut->t_lastop_fileid, // src inode #
522 FSE_ARG_INO, (ino64_t)dst_cnode->c_fileid, // dst inode #
631 FSE_ARG_INO, (ino64_t)cp->c_fileid, // src inode #
632 FSE_ARG_INO, (ino64_t)0, // dst inode #
1532 FSE_ARG_INO, (ino64_t)0, // src inode #
1533 FSE_ARG_INO, (ino64_t)cp->c_fileid, // dst inode #
1552 FSE_ARG_INO, (ino64_t)cp->c_fileid, // src inode #
1553 FSE_ARG_INO, (ino64_t)0, // dst inode #
2985 FSE_ARG_INO, (ino64_t)0, // src inode #
2986 FSE_ARG_INO, (ino64_
[all...]
H A Dhfs_readwrite.c1797 FSE_ARG_INO, (ino64_t)0, // src inode #
1798 FSE_ARG_INO, (ino64_t)cp->c_fileid, // dst inode #
1915 FSE_ARG_INO, (ino64_t)cp->c_fileid, // src inode #
1916 FSE_ARG_INO, (ino64_t)to_cp->c_fileid, // dst inode #
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_fsevents.c587 if (arg_type == FSE_ARG_INO) {
595 if (arg_type == FSE_ARG_INO) {
1322 error = fill_buff(FSE_ARG_INO, sizeof(ino_t), &ino, evbuff, &evbuff_idx, sizeof(evbuff), uio);
1328 error = fill_buff(FSE_ARG_INO, sizeof(ino_t), &ino, evbuff, &evbuff_idx, sizeof(evbuff), uio);
1378 error = fill_buff(FSE_ARG_INO, sizeof(ino_t), &ino, evbuff, &evbuff_idx, sizeof(evbuff), uio);

Completed in 35 milliseconds