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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_chash.c298 int wantrsrc, int skiplock, int *out_flags, int *hflags)
333 *hflags |= H_ATTACH;
380 *hflags &= ~H_ATTACH;
419 *hflags |= H_ALLOC;
439 hfs_chashwakeup(struct hfsmount *hfsmp, struct cnode *cp, int hflags) argument
443 CLR(cp->c_hflag, hflags);
297 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.c978 int hflags = 0; local
1029 (flags & GNV_SKIPLOCK), out_flags, &hflags);
1088 if (hflags) {
1089 hfs_chashwakeup(hfsmp, cp, hflags);
H A Dhfs_cnode.h356 int wantrsrc, int skiplock, int *out_flags, int *hflags);

Completed in 49 milliseconds