Searched refs:init_f2fs_rwsem_trace (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/f2fs/ |
| H A D | super.c | 5106 init_f2fs_rwsem_trace(&sbi->gc_lock, sbi, LOCK_NAME_GC_LOCK); in f2fs_fill_super() 5108 init_f2fs_rwsem_trace(&sbi->cp_global_sem, sbi, LOCK_NAME_CP_GLOBAL); in f2fs_fill_super() 5114 init_f2fs_rwsem_trace(&sbi->node_write, sbi, LOCK_NAME_NODE_WRITE); in f2fs_fill_super() 5115 init_f2fs_rwsem_trace(&sbi->node_change, sbi, LOCK_NAME_NODE_CHANGE); in f2fs_fill_super() 5117 init_f2fs_rwsem_trace(&sbi->cp_rwsem, sbi, LOCK_NAME_CP_RWSEM); in f2fs_fill_super()
|
| H A D | node.c | 3397 init_f2fs_rwsem_trace(&nm_i->nat_tree_lock, sbi, in init_node_manager()
|
| H A D | data.c | 643 init_f2fs_rwsem_trace(&io->io_rwsem, sbi, in f2fs_init_write_merge_io()
|
| H A D | f2fs.h | 2417 #define init_f2fs_rwsem_trace __init_f2fs_rwsem macro
|