Lines Matching refs:excl
53 static inline void __super_lock(struct super_block *sb, bool excl) in __super_lock() argument
55 if (excl) in __super_lock()
61 static inline void super_unlock(struct super_block *sb, bool excl) in super_unlock() argument
63 if (excl) in super_unlock()
109 static __must_check bool super_lock(struct super_block *sb, bool excl) in super_lock() argument
120 __super_lock(sb, excl); in super_lock()
128 super_unlock(sb, excl); in super_lock()
988 struct super_block *user_get_super(dev_t dev, bool excl) in user_get_super() argument
1000 locked = super_lock(sb, excl); in user_get_super()
1004 super_unlock(sb, excl); in user_get_super()
1373 static struct super_block *bdev_super_lock(struct block_device *bdev, bool excl) in bdev_super_lock() argument
1390 locked = super_lock(sb, excl); in bdev_super_lock()
1402 super_unlock(sb, excl); in bdev_super_lock()