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

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_chash.c296 int wantrsrc, int skiplock, int *out_flags, int *hflags)
331 *hflags |= H_ATTACH;
378 *hflags &= ~H_ATTACH;
417 *hflags |= H_ALLOC;
437 hfs_chashwakeup(struct hfsmount *hfsmp, struct cnode *cp, int hflags) argument
441 CLR(cp->c_hflag, hflags);
295 hfs_chash_getcnode(struct hfsmount *hfsmp, ino_t inum, struct vnode **vpp, int wantrsrc, int skiplock, int *out_flags, int *hflags) argument
H A Dhfs_cnode.h405 int wantrsrc, int skiplock, int *out_flags, int *hflags);
H A Dhfs_cnode.c1008 int hflags = 0; local
1059 (flags & GNV_SKIPLOCK), out_flags, &hflags);
1118 if (hflags) {
1119 hfs_chashwakeup(hfsmp, cp, hflags);

Completed in 28 milliseconds