HomeSort by: relevance | last modified time | path
    Searched defs: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_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

Completed in 21 milliseconds