Lines Matching +refs:sb +refs:id +refs:attrs
158 struct super_block *sb = sdp->sd_vfs; in freeze_show() local
159 int frozen = (sb->s_writers.frozen == SB_UNFROZEN) ? 0 : 1; in freeze_show()
263 u32 id; in quota_refresh_user_store() local
268 error = kstrtou32(buf, 0, &id); in quota_refresh_user_store()
272 qid = make_kqid(current_user_ns(), USRQUOTA, id); in quota_refresh_user_store()
285 u32 id; in quota_refresh_group_store() local
290 error = kstrtou32(buf, 0, &id); in quota_refresh_group_store()
294 qid = make_kqid(current_user_ns(), GRPQUOTA, id); in quota_refresh_group_store()
351 GFS2_ATTR(id, 0444, id_show, NULL);
716 .attrs = tune_attrs,
721 .attrs = lock_module_attrs,
726 struct super_block *sb = sdp->sd_vfs; in gfs2_sys_fs_add() local
732 sprintf(ro, "RDONLY=%d", sb_rdonly(sb)); in gfs2_sys_fs_add()
751 &disk_to_dev(sb->s_bdev->bd_disk)->kobj, in gfs2_sys_fs_add()
767 sb->s_fs_info = NULL; in gfs2_sys_fs_add()