| /linux/net/rds/ |
| H A D | ib_send.c | 159 if (send->s_op) { in rds_ib_send_unmap_op() 160 rm = container_of(send->s_op, struct rds_message, data); in rds_ib_send_unmap_op() 161 rds_ib_send_unmap_data(ic, send->s_op, wc_status); in rds_ib_send_unmap_op() 166 if (send->s_op) { in rds_ib_send_unmap_op() 167 rm = container_of(send->s_op, struct rds_message, rdma); in rds_ib_send_unmap_op() 168 rds_ib_send_unmap_rdma(ic, send->s_op, wc_status); in rds_ib_send_unmap_op() 175 if (send->s_op) { in rds_ib_send_unmap_op() 176 rm = container_of(send->s_op, struct rds_message, atomic); in rds_ib_send_unmap_op() 177 rds_ib_send_unmap_atomic(ic, send->s_op, wc_status); in rds_ib_send_unmap_op() 200 send->s_op in rds_ib_send_init_ring() [all...] |
| H A D | ib.h | 102 void *s_op; member
|
| /linux/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()
|
| H A D | dquot.c | 781 if (sb->s_op->sync_fs) { in dquot_quota_sync() 782 ret = sb->s_op->sync_fs(sb, 1); in dquot_quota_sync() 1026 return inode->i_sb->s_op->get_dquots(inode); in i_dquot() 2275 if (sb->s_op->sync_fs) in dquot_disable() 2276 sb->s_op->sync_fs(sb, 1); in dquot_disable()
|
| /linux/fs/ |
| H A D | super.c | 216 if (sb->s_op->nr_cached_objects && super_fs_objects_eligible(sc)) in super_cache_scan() 217 fs_objects = sb->s_op->nr_cached_objects(sb, sc); in super_cache_scan() 244 freed += sb->s_op->free_cached_objects(sb, sc); in super_cache_scan() 277 if (sb->s_op && sb->s_op->nr_cached_objects && in super_cache_count() 279 total_objects = sb->s_op->nr_cached_objects(sb, sc); in super_cache_count() 396 s->s_op = &default_op; in alloc_super() 743 const struct super_operations *sop = sb->s_op; in generic_shutdown_super() 1261 if (!sb->s_op->freeze_fs && !sb->s_op->freeze_super) in filesystems_freeze_callback() 1270 if (sb->s_op->freeze_super) in filesystems_freeze_callback() 1271 sb->s_op->freeze_super(sb, FREEZE_EXCL | FREEZE_HOLDER_KERNEL, in filesystems_freeze_callback() [all …]
|
| H A D | ioctl.c | 393 if (sb->s_op->freeze_fs == NULL && sb->s_op->freeze_super == NULL) in ioctl_fsfreeze() 397 if (sb->s_op->freeze_super) in ioctl_fsfreeze() 398 return sb->s_op->freeze_super(sb, FREEZE_HOLDER_USERSPACE, NULL); in ioctl_fsfreeze() 410 if (sb->s_op->thaw_super) in ioctl_fsthaw() 411 return sb->s_op->thaw_super(sb, FREEZE_HOLDER_USERSPACE, NULL); in ioctl_fsthaw()
|
| H A D | fs-writeback.c | 1606 if (inode->i_sb->s_op->write_inode && !is_bad_inode(inode)) { in write_inode() 1608 ret = inode->i_sb->s_op->write_inode(inode, wbc); in write_inode() 1867 err = inode->i_sb->s_op->sync_inode_metadata(inode, wbc); in __writeback_single_inode() 2728 if (sb->s_op->dirty_inode) { in __mark_inode_dirty() 2729 sb->s_op->dirty_inode(inode, in __mark_inode_dirty()
|
| /linux/drivers/soc/mediatek/ |
| H A D | mtk-cmdq-helper.c | 531 enum cmdq_logic_op s_op, in cmdq_pkt_logic_command() argument 536 if (!left_operand || !right_operand || s_op >= CMDQ_LOGIC_MAX) in cmdq_pkt_logic_command() 544 inst.sop = s_op; in cmdq_pkt_logic_command()
|
| /linux/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/fs/configfs/ |
| H A D | mount.c | 71 sb->s_op = &configfs_ops; in configfs_fill_super()
|
| /linux/security/ |
| H A D | inode.c | 51 sb->s_op = &securityfs_super_operations; in securityfs_fill_super()
|
| /linux/kernel/bpf/ |
| H A D | token.c | 132 if (sb->s_op != &bpf_super_ops) in bpf_token_create()
|
| /linux/fs/jffs2/ |
| H A D | super.c | 283 sb->s_op = &jffs2_super_operations; in jffs2_fill_super()
|
| /linux/fs/openpromfs/ |
| H A D | inode.c | 381 s->s_op = &openprom_sops; in openprom_fill_super()
|
| /linux/arch/s390/hypfs/ |
| H A D | inode.c | 250 sb->s_op = &hypfs_s_ops; in hypfs_fill_super()
|
| /linux/fs/adfs/ |
| H A D | super.c | 371 sb->s_op = &adfs_sops; in adfs_fill_super()
|
| /linux/fs/devpts/ |
| H A D | inode.c | 369 s->s_op = &devpts_sops; in devpts_fill_super()
|
| /linux/fs/orangefs/ |
| H A D | super.c | 418 sb->s_op = &orangefs_s_ops; in orangefs_fill_sb()
|
| /linux/fs/erofs/ |
| H A D | super.c | 660 sb->s_op = &erofs_sops; in erofs_fc_fill_super() 688 if ((inode->i_sb->s_op == &erofs_sops && in erofs_fc_fill_super()
|
| /linux/drivers/android/ |
| H A D | binderfs.c | 638 sb->s_op = &binderfs_super_ops; in binderfs_fill_super()
|
| /linux/fs/squashfs/ |
| H A D | super.c | 320 sb->s_op = &squashfs_super_ops; in squashfs_fill_super()
|
| /linux/fs/tracefs/ |
| H A D | inode.c | 473 sb->s_op = &tracefs_super_operations; in tracefs_fill_super()
|
| /linux/fs/afs/ |
| H A D | super.c | 461 sb->s_op = &afs_super_ops; in afs_fill_super()
|