Home
last modified time | relevance | path

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

/linux-5.19.10/fs/jfs/
Djfs_imap.c56 #define AG_LOCK_INIT(imap,index) mutex_init(&(imap->im_aglock[index])) macro
149 AG_LOCK_INIT(imap, index); in diMount()