HomeSort by: relevance | last modified time | path
    Searched defs:file_lock (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/rpc.lockd/
lockd_lock.c 49 LIST_HEAD(lcklst_head, file_lock);
94 struct file_lock { struct
95 LIST_ENTRY(file_lock) lcklst;
114 static struct file_lock *lalloc(void);
115 void lfree(struct file_lock *);
116 enum nlm_stats do_lock(struct file_lock *, int);
117 enum nlm_stats do_unlock(struct file_lock *);
118 void send_granted(struct file_lock *, int);
139 static struct file_lock *lock_lookup(struct file_lock *, int)
    [all...]
lockd_lock.c 49 LIST_HEAD(lcklst_head, file_lock);
94 struct file_lock { struct
95 LIST_ENTRY(file_lock) lcklst;
114 static struct file_lock *lalloc(void);
115 void lfree(struct file_lock *);
116 enum nlm_stats do_lock(struct file_lock *, int);
117 enum nlm_stats do_unlock(struct file_lock *);
118 void send_granted(struct file_lock *, int);
139 static struct file_lock *lock_lookup(struct file_lock *, int)
    [all...]

Completed in 29 milliseconds