Searched refs:hfs_locktype (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_cnode.h509 enum hfs_locktype { enum
525 void hfs_lock_always(cnode_t *cnode, enum hfs_locktype);
526 int hfs_lock(struct cnode *, enum hfs_locktype, enum hfs_lockflags);
527 int hfs_lockpair(struct cnode *, struct cnode *, enum hfs_locktype);
529 enum hfs_locktype, struct cnode **);
535 void hfs_lock_truncate(struct cnode *, enum hfs_locktype, enum hfs_lockflags);
537 int hfs_try_trunclock(struct cnode *, enum hfs_locktype, enum hfs_lockflags);
H A Dhfs_cnode.c1988 void hfs_lock_always(cnode_t *cp, enum hfs_locktype locktype)
1998 hfs_lock(struct cnode *cp, enum hfs_locktype locktype, enum hfs_lockflags flags)
2077 hfs_lockpair(struct cnode *cp1, struct cnode *cp2, enum hfs_locktype locktype)
2137 struct cnode *cp4, enum hfs_locktype locktype, struct cnode **error_cnode)
2343 hfs_lock_truncate(struct cnode *cp, enum hfs_locktype locktype, enum hfs_lockflags flags)
2378 int hfs_try_trunclock (struct cnode *cp, enum hfs_locktype locktype, enum hfs_lockflags flags)
H A Dhfs.h817 int hfs_lock_global (struct hfsmount *hfsmp, enum hfs_locktype locktype);
834 extern int hfs_systemfile_lock(struct hfsmount *, int, enum hfs_locktype);
H A Dhfs_vfsutils.c1218 hfs_lock_global (struct hfsmount *hfsmp, enum hfs_locktype locktype)
1323 hfs_systemfile_lock(struct hfsmount *hfsmp, int flags, enum hfs_locktype locktype)

Completed in 95 milliseconds