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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_cnode.h383 enum hfslocktype {HFS_SHARED_LOCK = 1, HFS_EXCLUSIVE_LOCK = 2, HFS_FORCE_LOCK = 3, HFS_RECURSE_TRUNCLOCK = 4}; enum
386 int hfs_lock(struct cnode *, enum hfslocktype);
387 int hfs_lockpair(struct cnode *, struct cnode *, enum hfslocktype);
389 enum hfslocktype, struct cnode **);
395 void hfs_lock_truncate(struct cnode *, enum hfslocktype);
398 int hfs_try_trunclock(struct cnode *, enum hfslocktype);
H A Dhfs_cnode.c1739 hfs_lock(struct cnode *cp, enum hfslocktype locktype)
1821 hfs_lockpair(struct cnode *cp1, struct cnode *cp2, enum hfslocktype locktype)
1881 struct cnode *cp4, enum hfslocktype locktype, struct cnode **error_cnode)
2055 hfs_lock_truncate(struct cnode *cp, enum hfslocktype locktype)
2092 int hfs_try_trunclock (struct cnode *cp, enum hfslocktype locktype) {
H A Dhfs.h768 int hfs_lock_global (struct hfsmount *hfsmp, enum hfslocktype locktype);
780 extern int hfs_systemfile_lock(struct hfsmount *, int, enum hfslocktype);
H A Dhfs_vfsutils.c995 hfs_lock_global (struct hfsmount *hfsmp, enum hfslocktype locktype) {
1042 hfs_systemfile_lock(struct hfsmount *hfsmp, int flags, enum hfslocktype locktype)

Completed in 38 milliseconds