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