Searched refs:lock_map (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/fs/
H A Dsuper.c184 lockdep_init_map(&s->s_writers.lock_map[i], sb_writers_name[i], alloc_super()
1157 rwsem_release(&sb->s_writers.lock_map[level-1], 1, _RET_IP_); __sb_end_write()
1178 if (lock_is_held(&sb->s_writers.lock_map[i])) { acquire_freeze_lock()
1183 rwsem_acquire_read(&sb->s_writers.lock_map[level-1], 0, trylock, ip); acquire_freeze_lock()
1236 rwsem_acquire(&sb->s_writers.lock_map[level-1], 0, 0, _THIS_IP_); sb_wait_write()
1237 rwsem_release(&sb->s_writers.lock_map[level-1], 1, _THIS_IP_); sb_wait_write()
/linux-4.1.27/fs/xfs/
H A Dxfs_aops.c122 rwsem_release(&ioend->io_inode->i_sb->s_writers.lock_map[SB_FREEZE_FS-1], xfs_setfilesize_trans_alloc()
174 rwsem_acquire_read(&VFS_I(ip)->i_sb->s_writers.lock_map[SB_FREEZE_FS-1], xfs_setfilesize_ioend()
/linux-4.1.27/fs/btrfs/
H A Dtransaction.c1624 &ac->root->fs_info->sb->s_writers.lock_map[SB_FREEZE_FS-1], do_async_commit()
1665 &root->fs_info->sb->s_writers.lock_map[SB_FREEZE_FS-1], btrfs_commit_transaction_async()
/linux-4.1.27/kernel/time/
H A Dtimer.c1147 * del_timer_sync() by acquiring the lock_map around the fn() call_timer_fn()
/linux-4.1.27/include/linux/
H A Dfs.h1273 struct lockdep_map lock_map[SB_FREEZE_LEVELS]; member in struct:sb_writers

Completed in 179 milliseconds