Home
last modified time | relevance | path

Searched refs:filock (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dflock.h145 typedef struct filock { struct
150 struct filock *blk; /* for sleeping locks only */ argument
154 struct filock *prev; argument
155 struct filock *next; argument
165 struct filock *grant_lock_list[MAX_GRANT_LOCKS];
H A Dvnode.h243 struct filock *v_filocks; /* ptr to filock list */
/titanic_44/usr/src/uts/common/os/
H A Dflock.c1573 vp->v_filocks = (struct filock *)new_lock; in flk_insert_active_lock()
1602 if (vp->v_filocks == (struct filock *)lock) { in flk_delete_active_lock()
1603 vp->v_filocks = (struct filock *) in flk_delete_active_lock()