| /linux-6.15/fs/ |
| H A D | proc_namespace.c | 109 if (sb->s_op->show_devname) { in show_vfsmnt() 110 err = sb->s_op->show_devname(m, mnt_path.dentry); in show_vfsmnt() 128 if (sb->s_op->show_options) in show_vfsmnt() 129 err = sb->s_op->show_options(m, mnt_path.dentry); in show_vfsmnt() 175 if (sb->s_op->show_devname) { in show_mountinfo() 176 err = sb->s_op->show_devname(m, mnt->mnt_root); in show_mountinfo() 186 if (sb->s_op->show_options) in show_mountinfo() 187 err = sb->s_op->show_options(m, mnt->mnt_root); in show_mountinfo() 202 if (sb->s_op->show_devname) { in show_vfsstat() 228 if (sb->s_op->show_stats) { in show_vfsstat() [all …]
|
| H A D | sync.c | 55 if (sb->s_op->sync_fs) { in sync_filesystem() 56 ret = sb->s_op->sync_fs(sb, 0); in sync_filesystem() 65 if (sb->s_op->sync_fs) { in sync_filesystem() 66 ret = sb->s_op->sync_fs(sb, 1); in sync_filesystem() 83 sb->s_op->sync_fs) in sync_fs_one_sb() 84 sb->s_op->sync_fs(sb, *(int *)arg); in sync_fs_one_sb()
|
| H A D | super.c | 199 if (sb->s_op->nr_cached_objects) in super_cache_scan() 260 if (sb->s_op && sb->s_op->nr_cached_objects) in super_cache_count() 373 s->s_op = &default_op; in alloc_super() 1421 if (sb->s_op->shutdown) in fs_bdev_mark_dead() 1422 sb->s_op->shutdown(sb); in fs_bdev_mark_dead() 1480 if (sb->s_op->freeze_super) in fs_bdev_freeze() 1529 if (sb->s_op->thaw_super) in fs_bdev_thaw() 1530 error = sb->s_op->thaw_super(sb, in fs_bdev_thaw() 2065 if (sb->s_op->freeze_fs) { in freeze_super() 2066 ret = sb->s_op->freeze_fs(sb); in freeze_super() [all …]
|
| H A D | ioctl.c | 394 if (sb->s_op->freeze_fs == NULL && sb->s_op->freeze_super == NULL) in ioctl_fsfreeze() 398 if (sb->s_op->freeze_super) in ioctl_fsfreeze() 399 return sb->s_op->freeze_super(sb, FREEZE_HOLDER_USERSPACE); in ioctl_fsfreeze() 411 if (sb->s_op->thaw_super) in ioctl_fsthaw() 412 return sb->s_op->thaw_super(sb, FREEZE_HOLDER_USERSPACE); in ioctl_fsthaw()
|
| H A D | statfs.c | 59 if (!dentry->d_sb->s_op->statfs) in statfs_by_dentry() 66 retval = dentry->d_sb->s_op->statfs(dentry, buf); in statfs_by_dentry()
|
| H A D | fs_context.c | 682 if (!sb->s_op->remount_fs) in legacy_reconfigure() 685 return sb->s_op->remount_fs(sb, &fc->sb_flags, in legacy_reconfigure()
|
| /linux-6.15/net/rds/ |
| H A D | ib_send.c | 159 if (send->s_op) { in rds_ib_send_unmap_op() 166 if (send->s_op) { in rds_ib_send_unmap_op() 173 if (send->s_op) { in rds_ib_send_unmap_op() 198 send->s_op = NULL; in rds_ib_send_init_ring() 281 if (send->s_op) { in rds_ib_send_cqe_handler() 289 send->s_op = NULL; in rds_ib_send_cqe_handler() 633 send->s_op = NULL; in rds_ib_xmit() 746 if (prev->s_op) { in rds_ib_xmit() 806 send->s_op = op; in rds_ib_xmit_atomic() 920 send->s_op = NULL; in rds_ib_xmit_rdma() [all …]
|
| /linux-6.15/fs/quota/ |
| H A D | quota_v1.c | 67 dquot->dq_sb->s_op->quota_read(dquot->dq_sb, type, (char *)&dqblk, in v1_read_dqblk() 98 ret = dquot->dq_sb->s_op->quota_write(dquot->dq_sb, type, in v1_commit_dqblk() 147 size = sb->s_op->quota_read(sb, type, (char *)&dqhead, in v1_check_quota_file() 168 ret = sb->s_op->quota_read(sb, type, (char *)&dqblk, in v1_read_file_info() 198 ret = sb->s_op->quota_read(sb, type, (char *)&dqblk, in v1_write_file_info() 210 ret = sb->s_op->quota_write(sb, type, (char *)&dqblk, in v1_write_file_info()
|
| H A D | quota_v2.c | 62 size = sb->s_op->quota_read(sb, type, (char *)dqhead, in v2_read_header() 114 size = sb->s_op->quota_read(sb, type, (char *)&dinfo, in v2_read_file_info() 218 size = sb->s_op->quota_write(sb, type, (char *)&dinfo, in v2_write_file_info()
|
| H A D | quota_tree.c | 61 return sb->s_op->quota_read(sb, info->dqi_type, buf, in read_blk() 70 ret = sb->s_op->quota_write(sb, info->dqi_type, buf, in write_blk() 462 ret = sb->s_op->quota_write(sb, type, ddquot, info->dqi_entry_size, in qtree_write_dquot() 754 ret = sb->s_op->quota_read(sb, type, ddquot, info->dqi_entry_size, in qtree_read_dquot()
|
| /linux-6.15/drivers/spi/ |
| H A D | spi-qpic-snand.c | 1273 struct qpic_snand_op s_op = {}; in qcom_spi_send_cmdaddr() local 1281 s_op.cmd_reg = cmd; in qcom_spi_send_cmdaddr() 1282 s_op.addr1_reg = op->addr.val; in qcom_spi_send_cmdaddr() 1283 s_op.addr2_reg = 0; in qcom_spi_send_cmdaddr() 1291 s_op.addr1_reg = op->addr.val << 16; in qcom_spi_send_cmdaddr() 1292 s_op.addr2_reg = op->addr.val >> 16 & 0xff; in qcom_spi_send_cmdaddr() 1298 s_op.addr1_reg = (op->addr.val << 16); in qcom_spi_send_cmdaddr() 1299 s_op.addr2_reg = op->addr.val >> 16 & 0xff; in qcom_spi_send_cmdaddr() 1305 s_op.addr2_reg = (op->addr.val >> 16) & 0xffff; in qcom_spi_send_cmdaddr() 1306 s_op.addr1_reg = op->addr.val; in qcom_spi_send_cmdaddr() [all …]
|
| /linux-6.15/fs/ecryptfs/ |
| H A D | super.c | 95 if (!lower_dentry->d_sb->s_op->statfs) in ecryptfs_statfs() 98 rc = lower_dentry->d_sb->s_op->statfs(lower_dentry, buf); in ecryptfs_statfs()
|
| /linux-6.15/fs/kernfs/ |
| H A D | mount.c | 170 if (sb->s_op == &kernfs_sops) in kernfs_root_from_sb() 214 BUG_ON(sb->s_op != &kernfs_sops); in kernfs_node_dentry() 281 sb->s_op = &kernfs_sops; in kernfs_fill_super()
|
| /linux-6.15/fs/9p/ |
| H A D | vfs_super.c | 65 sb->s_op = &v9fs_super_ops_dotl; in v9fs_fill_super() 69 sb->s_op = &v9fs_super_ops; in v9fs_fill_super()
|
| /linux-6.15/drivers/soc/mediatek/ |
| H A D | mtk-cmdq-helper.c | 462 enum cmdq_logic_op s_op, in cmdq_pkt_logic_command() argument 467 if (!left_operand || !right_operand || s_op >= CMDQ_LOGIC_MAX) in cmdq_pkt_logic_command() 475 inst.sop = s_op; in cmdq_pkt_logic_command()
|
| /linux-6.15/fs/cachefiles/ |
| H A D | cache.c | 67 !root->d_sb->s_op->statfs || in cachefiles_add_cache() 68 !root->d_sb->s_op->sync_fs || in cachefiles_add_cache()
|
| /linux-6.15/fs/configfs/ |
| H A D | mount.c | 71 sb->s_op = &configfs_ops; in configfs_fill_super()
|
| /linux-6.15/security/ |
| H A D | inode.c | 49 sb->s_op = &securityfs_super_operations; in securityfs_fill_super()
|
| /linux-6.15/fs/ubifs/ |
| H A D | file.c | 1006 err = inode->i_sb->s_op->write_inode(inode, NULL); in ubifs_writepage() 1032 err = inode->i_sb->s_op->write_inode(inode, NULL); in ubifs_writepage() 1244 err = inode->i_sb->s_op->write_inode(inode, NULL); in do_setattr() 1321 err = inode->i_sb->s_op->write_inode(inode, NULL); in ubifs_fsync()
|
| /linux-6.15/kernel/bpf/ |
| H A D | token.c | 132 if (sb->s_op != &bpf_super_ops) in bpf_token_create()
|
| /linux-6.15/fs/freevxfs/ |
| H A D | vxfs_super.c | 208 sbp->s_op = &vxfs_super_ops; in vxfs_fill_super()
|
| /linux-6.15/fs/ramfs/ |
| H A D | inode.c | 271 sb->s_op = &ramfs_ops; in ramfs_fill_super()
|
| /linux-6.15/include/linux/soc/mediatek/ |
| H A D | mtk-cmdq.h | 314 enum cmdq_logic_op s_op,
|
| /linux-6.15/fs/ocfs2/ |
| H A D | quota_global.c | 384 status = sb->s_op->quota_read(sb, type, (char *)&dinfo, in ocfs2_global_read_info() 436 size = sb->s_op->quota_write(sb, type, (char *)&dinfo, in __ocfs2_global_write_info() 500 err = sb->s_op->quota_read(sb, type, (char *)&dqblk, in __ocfs2_sync_dquot()
|
| /linux-6.15/fs/efs/ |
| H A D | super.c | 303 s->s_op = &efs_superblock_operations; in efs_fill_super()
|