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

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_chash.c294 int wantrsrc, int skiplock, int *out_flags, int *hflags)
329 *hflags |= H_ATTACH;
376 *hflags &= ~H_ATTACH;
415 *hflags |= H_ALLOC;
435 hfs_chashwakeup(struct hfsmount *hfsmp, struct cnode *cp, int hflags) argument
439 CLR(cp->c_hflag, hflags);
293 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.c996 int hflags = 0; local
1047 (flags & GNV_SKIPLOCK), out_flags, &hflags);
1106 if (hflags) {
1107 hfs_chashwakeup(hfsmp, cp, hflags);
H A Dhfs_cnode.h372 int wantrsrc, int skiplock, int *out_flags, int *hflags);

Completed in 25 milliseconds