Searched refs:lockf (Results 1 - 11 of 11) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dlockf.h59 * @(#)lockf.h 8.1 (Berkeley) 6/11/93
60 * $FreeBSD: src/sys/sys/lockf.h,v 1.16 2004/04/07 04:19:49 imp Exp $
77 * The lockf structure is a kernel structure which contains the information
78 * associated with a byte range lock. The lockf structures are linked into
83 TAILQ_HEAD(locklist, lockf);
87 struct lockf { struct
94 struct lockf **lf_head; /* Back pointer to the head of the locf list */
96 struct lockf *lf_next; /* Pointer to the next lock on this inode */
98 TAILQ_ENTRY(lockf) lf_block;/* A request waiting for a lock */
113 void lf_print(char *, struct lockf *);
[all...]
H A DMakefile40 ioctl_compat.h ipc.h kernel.h kernel_types.h kern_event.h loadable_fs.h lock.h lockf.h \
76 ioctl_compat.h kernel.h kernel_types.h kern_event.h lctx.h lock.h lockf.h \
H A Dvnode_internal.h93 struct lockf;
158 struct lockf *v_lockf; /* advisory lock list head */
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_lockf.c77 #include <sys/lockf.h>
89 void lf_print(const char *tag, struct lockf *lock);
90 void lf_printlist(const char *tag, struct lockf *lock);
108 MALLOC_DEFINE(M_LOCKF, "lockf", "Byte-range locking structures");
110 #define NOLOCKF (struct lockf *)0
127 static int lf_clearlock(struct lockf *);
128 static overlap_t lf_findoverlap(struct lockf *,
129 struct lockf *, int, struct lockf ***, struct lockf **);
[all...]
H A Dkern_malloc.c188 "lockf", /* 40 M_LOCKF */
371 { SOX(lockf), KMZ_CREATEZONE }, /* 40 M_LOCKF */
/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_node.h126 struct lockf *i_lockf; /* head of byte-level lock list */
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_lock.c65 #include <sys/lockf.h> /* for hz */ /* Must come after sys/malloc.h */
H A Dnfs_syscalls.c94 #include <sys/lockf.h>
H A Dnfs4_vnops.c45 #include <sys/lockf.h>
H A Dnfs_vnops.c85 #include <sys/lockf.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dkpi_vfs.c103 #include <sys/lockf.h>

Completed in 112 milliseconds