Home
last modified time | relevance | path

Searched refs:lockf (Results 1 – 5 of 5) sorted by relevance

/xnu-10063.141.1/bsd/kern/
H A Dkern_lockf.c89 void lf_print(const char *tag, struct lockf *lock);
90 void lf_printlist(const char *tag, struct lockf *lock);
120 KALLOC_TYPE_DEFINE(KT_LOCKF, struct lockf, KT_PRIV_ACCT);
122 #define NOLOCKF (struct lockf *)0
157 static int lf_clearlock(struct lockf *);
158 static int lf_transferlock(struct lockf *);
159 static overlap_t lf_findoverlap(struct lockf *,
160 struct lockf *, int, struct lockf ***, struct lockf **);
161 static struct lockf *lf_getblock(struct lockf *, pid_t);
162 static int lf_getlock(struct lockf *, struct flock *, pid_t);
[all …]
/xnu-10063.141.1/bsd/sys/
H A Dlockf.h85 TAILQ_HEAD(locklist, lockf);
87 struct lockf { struct
96 struct lockf **lf_head; /* Back pointer to the head of the lockf list */ argument
98 struct lockf *lf_next; /* Pointer to the next lock on this inode */ argument
100 TAILQ_ENTRY(lockf) lf_block;/* A request waiting for a lock */ argument
114 void lf_print(char *, struct lockf *); argument
115 void lf_printlist(char *, struct lockf *);
H A Dvnode_internal.h92 struct lockf;
205 struct lockf *v_lockf; /* advisory lock list head */
H A DMakefile37 ipc.h kernel.h kern_event.h lctx.h loadable_fs.h lock.h lockf.h \
153 ioctl_compat.h kernel.h kernel_types.h kern_event.h lock.h lockf.h \
/xnu-10063.141.1/tools/lldbmacros/
H A Dmemory.py1859 def GetVnodeLock(lockf): argument
1865 lockf_flags = lockf.lf_flags
1866 lockf_type = lockf.lf_type
1882 lockf_proc = Cast(lockf.lf_id, 'proc *')
1885 vnode_lock_output += ("ID {: <#019x}").format(int(lockf.lf_id))
1900 vnode_lock_output += ("{: #018x} ..").format(lockf.lf_start)
1901 vnode_lock_output += ("{: #018x}\n").format(lockf.lf_end)