Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/media/usb/dvb-usb-v2/
Dmxl111sf-demod.c264 int *cp_lock)
270 *cp_lock = (val & V6_CP_LOCK_DET_MASK) >> 2;
/linux-4.19.296/fs/f2fs/
Dcheckpoint.c1210 spin_lock_irqsave(&sbi->cp_lock, flags); in update_ckpt_flags()
1244 spin_unlock_irqrestore(&sbi->cp_lock, flags); in update_ckpt_flags()
1331 spin_lock_irqsave(&sbi->cp_lock, flags); in do_checkpoint()
1336 spin_unlock_irqrestore(&sbi->cp_lock, flags); in do_checkpoint()
Df2fs.h1164 spinlock_t cp_lock; /* for flag in ckpt */ member
1562 spin_lock_irqsave(&sbi->cp_lock, flags); in set_ckpt_flags()
1564 spin_unlock_irqrestore(&sbi->cp_lock, flags); in set_ckpt_flags()
1580 spin_lock_irqsave(&sbi->cp_lock, flags); in clear_ckpt_flags()
1582 spin_unlock_irqrestore(&sbi->cp_lock, flags); in clear_ckpt_flags()
1592 spin_lock_irqsave(&sbi->cp_lock, flags); in disable_nat_bits()
1597 spin_unlock_irqrestore(&sbi->cp_lock, flags); in disable_nat_bits()
Dsuper.c2509 spin_lock_init(&sbi->cp_lock); in init_sb_info()