• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/bsd/vfs/

Lines Matching defs:add_fsevent

471 add_fsevent(int type, vfs_context_t ctx, ...) 
663 printf("add_fsevent: event queue is full! dropping events (num dropped events: %d; num events outstanding: %d).\n", num_dropped, num_events_outstanding);
664 printf("add_fsevent: kfse_list head %p ; num_pending_rename %d\n", listhead, num_pending_rename);
665 printf("add_fsevent: zalloc sez: %p\n", junkptr);
666 printf("add_fsevent: event_zone info: %d %p\n", ((int *)event_zone)[0], (void *)((int *)event_zone)[1]);
672 printf("add_fsevent: watcher %p: num dropped %d rd %4d wr %4d q_size %4d flags 0x%x\n",
694 panic("add_fsevent: type == %d but reuse type == %d!\n", type, reuse_type);
696 panic("add_fsevent: bogus kfse %p (type %d, but dest is NULL)\n", kfse, kfse->type);
698 panic("add_fsevent: we should never re-use rename events (kfse %p reuse type %d)!\n", kfse, reuse_type);
713 printf("add_fsevent: strange state (str %s / longest_match_len %d)\n", str, longest_match_len);
715 panic("add_fsevent: longest_match_len %d\n", longest_match_len);
728 panic("add_fsevent: longest match is strange (new_str %p).\n", new_str);
745 panic("add_fsevent: don't have a vnode or a string pointer (kfse %p)\n", kfse);
780 panic("add_fsevent: type == %d but dest_reuse type == %d!\n", type, dest_reuse_type);
804 panic("add_fsevent: I'm so confused! (reuse_type %d str %p kfse->len %d)\n",
813 panic("add_fsevent: line %d: kfse recount %d but should be at least 1\n", __LINE__, kfse->refcount);
834 panic("add_fsevent: line %d: kfse recount %d but should be at least 1\n", __LINE__, kfse->refcount);
878 panic("add_fsevent: should never recycle a rename event! kfse %p\n", kfse);
928 panic("add_fsevent: line %d: kfse recount %d but should be at least 1\n", __LINE__, kfse->refcount);
956 panic("add_fsevent: you can't pass me a NULL vnode ptr (type %d)!\n",
967 // printf("add_fsevent: failed to getattr on vp %p (%d)\n", cur->fref.vp, ret);
990 printf("add_fsevent: no name hard-link! dropping the event. (event %d vp == %p (%s)). \n",
1007 panic("add_fsevent: was not able to add path %s to event %p.\n", pathbuff, cur);
1042 printf("add_fsevent: funny looking string length: %d\n", (int)cur->len);
1047 printf("add_fsevent: bogus looking string (len %d)\n", cur->len);
1052 printf("add_fsevent: unknown type %d\n", arg_type);
1098 panic("add_fsevent: line %d: kfse recount %d but should be at least 1\n", __LINE__, kfse->refcount);
2148 err = add_fsevent(type, ctx, FSE_ARG_STRING, path_len, path, FSE_ARG_FINFO, finfo, FSE_ARG_DONE);
2157 // and path so that we can pass them to the add_fsevent()
2176 err = add_fsevent(type, ctx,