Home
last modified time | relevance | path

Searched refs:doc_tombstone (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.61.12/bsd/sys/
H A Ddoc_tombstone.h47 struct doc_tombstone { struct
59 struct doc_tombstone *doc_tombstone_get(void); argument
60 void doc_tombstone_clear(struct doc_tombstone *ut, struct vnode **old_vpp);
65 bool doc_tombstone_should_save(struct doc_tombstone *ut, struct vnode *vp,
H A Duser.h373 struct doc_tombstone *t_tombstone;
H A DMakefile241 doc_tombstone.h \
/xnu-12377.61.12/bsd/vfs/
H A Ddoc_tombstone.c47 struct doc_tombstone *
54 ut->t_tombstone = kalloc_type(struct doc_tombstone, Z_WAITOK | Z_ZERO); in doc_tombstone_get()
69 doc_tombstone_clear(struct doc_tombstone *ut, vnode_t *old_vpp) in doc_tombstone_clear()
138 doc_tombstone_should_save(struct doc_tombstone *ut, struct vnode *vp, in doc_tombstone_should_save()
171 struct doc_tombstone *ut; in doc_tombstone_save()
/xnu-12377.61.12/bsd/conf/
H A DMakefile.template267 doc_tombstone.o_CWARNFLAGS_ADD += -Wno-shorten-64-to-32
366 doc_tombstone.o_CWARNFLAGS_ADD += -Wno-sign-conversion
526 doc_tombstone.o_CWARNFLAGS_ADD += -Wconditional-uninitialized
H A Dfiles142 bsd/vfs/doc_tombstone.c standard
/xnu-12377.61.12/bsd/kern/
H A Dkern_fork.c1543 kfree_type(struct doc_tombstone, uth->t_tombstone); in uthread_destroy()