Searched refs:NR_BG_LOCKS (Results 1 – 2 of 2) sorted by relevance
19 #define NR_BG_LOCKS 128 macro21 #define NR_BG_LOCKS 64 macro23 #define NR_BG_LOCKS 32 macro25 #define NR_BG_LOCKS 16 macro27 #define NR_BG_LOCKS 8 macro29 #define NR_BG_LOCKS 4 macro33 #define NR_BG_LOCKS 1 macro41 struct bgl_lock locks[NR_BG_LOCKS];48 for (i = 0; i < NR_BG_LOCKS; i++) in bgl_lock_init()59 return &bgl->locks[(block_group) & (NR_BG_LOCKS-1)].lock; in bgl_lock_ptr()
115 (&NILFS_MDT(inode)->mi_bgl->locks[(bg) & (NR_BG_LOCKS-1)].lock)