Searched refs:fsync_node_lock (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | node.c | 298 spin_lock_init(&sbi->fsync_node_lock); in f2fs_init_fsync_node_info() 317 spin_lock_irqsave(&sbi->fsync_node_lock, flags); in f2fs_add_fsync_node_entry() 322 spin_unlock_irqrestore(&sbi->fsync_node_lock, flags); in f2fs_add_fsync_node_entry() 332 spin_lock_irqsave(&sbi->fsync_node_lock, flags); in f2fs_del_fsync_node_entry() 337 spin_unlock_irqrestore(&sbi->fsync_node_lock, flags); in f2fs_del_fsync_node_entry() 343 spin_unlock_irqrestore(&sbi->fsync_node_lock, flags); in f2fs_del_fsync_node_entry() 351 spin_lock_irqsave(&sbi->fsync_node_lock, flags); in f2fs_reset_fsync_node_info() 353 spin_unlock_irqrestore(&sbi->fsync_node_lock, flags); in f2fs_reset_fsync_node_info() 2011 spin_lock_irqsave(&sbi->fsync_node_lock, flags); in f2fs_wait_on_node_pages_writeback() 2013 spin_unlock_irqrestore(&sbi->fsync_node_lock, flag in f2fs_wait_on_node_pages_writeback() [all...] |
H A D | f2fs.h | 1432 spinlock_t fsync_node_lock; /* for node entry lock */ member
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | node.c | 321 spin_lock_init(&sbi->fsync_node_lock); in f2fs_init_fsync_node_info() 341 spin_lock_irqsave(&sbi->fsync_node_lock, flags); in f2fs_add_fsync_node_entry() 346 spin_unlock_irqrestore(&sbi->fsync_node_lock, flags); in f2fs_add_fsync_node_entry() 356 spin_lock_irqsave(&sbi->fsync_node_lock, flags); in f2fs_del_fsync_node_entry() 361 spin_unlock_irqrestore(&sbi->fsync_node_lock, flags); in f2fs_del_fsync_node_entry() 367 spin_unlock_irqrestore(&sbi->fsync_node_lock, flags); in f2fs_del_fsync_node_entry() 375 spin_lock_irqsave(&sbi->fsync_node_lock, flags); in f2fs_reset_fsync_node_info() 377 spin_unlock_irqrestore(&sbi->fsync_node_lock, flags); in f2fs_reset_fsync_node_info() 2092 spin_lock_irqsave(&sbi->fsync_node_lock, flags); in f2fs_wait_on_node_pages_writeback() 2094 spin_unlock_irqrestore(&sbi->fsync_node_lock, flag in f2fs_wait_on_node_pages_writeback() [all...] |
H A D | f2fs.h | 1585 spinlock_t fsync_node_lock; /* for node entry lock */ member
|
Completed in 26 milliseconds