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

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_cnode.h404 enum hfs_locktype { enum
417 int hfs_lock(struct cnode *, enum hfs_locktype, enum hfs_lockflags);
418 int hfs_lockpair(struct cnode *, struct cnode *, enum hfs_locktype);
420 enum hfs_locktype, struct cnode **);
426 void hfs_lock_truncate(struct cnode *, enum hfs_locktype, enum hfs_lockflags);
428 int hfs_try_trunclock(struct cnode *, enum hfs_locktype, enum hfs_lockflags);
H A Dhfs_cnode.c1903 hfs_lock(struct cnode *cp, enum hfs_locktype locktype, enum hfs_lockflags flags)
1982 hfs_lockpair(struct cnode *cp1, struct cnode *cp2, enum hfs_locktype locktype)
2042 struct cnode *cp4, enum hfs_locktype locktype, struct cnode **error_cnode)
2216 hfs_lock_truncate(struct cnode *cp, enum hfs_locktype locktype, enum hfs_lockflags flags)
2251 int hfs_try_trunclock (struct cnode *cp, enum hfs_locktype locktype, enum hfs_lockflags flags)
H A Dhfs.h746 int hfs_lock_global (struct hfsmount *hfsmp, enum hfs_locktype locktype);
762 extern int hfs_systemfile_lock(struct hfsmount *, int, enum hfs_locktype);
H A Dhfs_vfsutils.c1128 hfs_lock_global (struct hfsmount *hfsmp, enum hfs_locktype locktype)
1195 hfs_systemfile_lock(struct hfsmount *hfsmp, int flags, enum hfs_locktype locktype)

Completed in 72 milliseconds