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_inode.c 230 ILIST_LOCK(fs);
263 ILIST_LOCK(fs);

Completed in 11 milliseconds