Home
last modified time | relevance | path

Searched refs:ILIST_UNLOCK (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/fs/v7fs/
H A Dv7fs_inode.c232 ILIST_UNLOCK(fs); in v7fs_inode_load()
235 ILIST_UNLOCK(fs); in v7fs_inode_load()
265 ILIST_UNLOCK(fs); in v7fs_inode_writeback()
272 ILIST_UNLOCK(fs); in v7fs_inode_writeback()
H A Dv7fs_impl.h72 #define ILIST_UNLOCK(x) ((x)->ilist_lock.unlock((x)->ilist_lock.cookie)) macro
79 #define ILIST_UNLOCK(x) ((void)0) macro