Lines Matching defs:excl
55 static inline void __super_lock(struct super_block *sb, bool excl)
57 if (excl)
63 static inline void super_unlock(struct super_block *sb, bool excl)
65 if (excl)
98 * @excl: whether exclusive access is required
111 static __must_check bool super_lock(struct super_block *sb, bool excl)
122 __super_lock(sb, excl);
130 super_unlock(sb, excl);
852 bool excl = flags & SUPER_ITER_EXCL;
866 } else if (super_lock(sb, excl)) {
868 super_unlock(sb, excl);
927 struct super_block *user_get_super(dev_t dev, bool excl)
941 locked = super_lock(sb, excl);
1360 static struct super_block *bdev_super_lock(struct block_device *bdev, bool excl)
1377 locked = super_lock(sb, excl);
1389 super_unlock(sb, excl);