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

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_serv.c1768 /* find correct slot for value v, moving others up */
2683 * the node is moving between directories and we need rights to remove from the
2692 int moving = 0; local
2697 moving = 1;
2699 moving = 1;
2701 if (moving) {
2702 /* moving out of fdvp, must have delete rights */
2705 /* moving into tdvp or tvp, must have rights to add */
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c4808 * the same as fdvp, the node is moving between directories and we
4819 int moving = 0; local
4824 moving = 1;
4826 moving = 1;
4842 if (moving) {
4843 /* moving into tdvp or tvp, must have rights to add */
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dvmachmon_asm.s910 lwz r7,savesrr0+4(r30) ; Start moving context
1212 ld r7,savesrr0(r30) ; Start moving context

Completed in 48 milliseconds