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

/darwin-on-arm/xnu/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
93 struct lockf **lf_head; /* Back pointer to the head of the locf list */
95 struct lockf *lf_next; /* Pointer to the next lock on this inode */
97 TAILQ_ENTRY(lockf) lf_block;/* A request waiting for a lock */
114 void lf_print(char *, struct lockf *);
[all...]
H A DMakefile24 ioctl_compat.h ipc.h kernel.h kernel_types.h kern_event.h loadable_fs.h lock.h lockf.h \
70 ioctl_compat.h kernel.h kernel_types.h kern_event.h lctx.h lock.h lockf.h \
H A Dvnode_internal.h91 struct lockf;
180 struct lockf *v_lockf; /* advisory lock list head */
/darwin-on-arm/xnu/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.c181 "lockf", /* 40 M_LOCKF */
367 { SOX(lockf), KMZ_CREATEZONE_ACCT, TRUE }, /* 40 M_LOCKF */
/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dcascade_lockf.c84 "notes: thread cascade using lockf file locking\n",
136 return (lockf(files[index], F_LOCK, 0) == -1);
142 return (lockf(files[index], F_ULOCK, 0) == -1);
/darwin-on-arm/xnu/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 Dnfs_vnops.c85 #include <sys/lockf.h>
H A Dnfs4_vnops.c45 #include <sys/lockf.h>
/darwin-on-arm/xnu/bsd/vfs/
H A Dkpi_vfs.c104 #include <sys/lockf.h>
H A Dvfs_subr.c110 #include <sys/lockf.h>

Completed in 195 milliseconds