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

  /src/sys/fs/v7fs/
v7fs_impl.h 71 #define ILIST_LOCK(x) ((x)->ilist_lock.lock((x)->ilist_lock.cookie))
72 #define ILIST_UNLOCK(x) ((x)->ilist_lock.unlock((x)->ilist_lock.cookie))
78 #define ILIST_LOCK(x) ((void)0)
114 struct lock_ops ilist_lock; /* disk ilist access. */ member in struct:v7fs_self
v7fs_io_kern.c 104 if (!lock_init(&p->ilist_lock))
138 if (fs->ilist_lock.cookie) {
139 mutex_destroy(fs->ilist_lock.cookie);
140 kmem_free(fs->ilist_lock.cookie, sizeof(kmutex_t));

Completed in 12 milliseconds