Home
last modified time | relevance | path

Searched refs:s_op (Results 1 – 25 of 36) sorted by relevance

12

/linux/net/rds/
H A Dib_send.c159 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 Dib.h102 void *s_op; member
/linux/fs/quota/
H A Dquota_v1.c67 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 Dquota_v2.c62 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 Dquota_tree.c61 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 Ddquot.c781 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 Dsuper.c216 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 Dioctl.c393 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 Dfs-writeback.c1606 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 Dmtk-cmdq-helper.c531 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 Dcache.c67 !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 Dmount.c71 sb->s_op = &configfs_ops; in configfs_fill_super()
/linux/security/
H A Dinode.c51 sb->s_op = &securityfs_super_operations; in securityfs_fill_super()
/linux/kernel/bpf/
H A Dtoken.c132 if (sb->s_op != &bpf_super_ops) in bpf_token_create()
/linux/fs/jffs2/
H A Dsuper.c283 sb->s_op = &jffs2_super_operations; in jffs2_fill_super()
/linux/fs/openpromfs/
H A Dinode.c381 s->s_op = &openprom_sops; in openprom_fill_super()
/linux/arch/s390/hypfs/
H A Dinode.c250 sb->s_op = &hypfs_s_ops; in hypfs_fill_super()
/linux/fs/adfs/
H A Dsuper.c371 sb->s_op = &adfs_sops; in adfs_fill_super()
/linux/fs/devpts/
H A Dinode.c369 s->s_op = &devpts_sops; in devpts_fill_super()
/linux/fs/orangefs/
H A Dsuper.c418 sb->s_op = &orangefs_s_ops; in orangefs_fill_sb()
/linux/fs/erofs/
H A Dsuper.c660 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 Dbinderfs.c638 sb->s_op = &binderfs_super_ops; in binderfs_fill_super()
/linux/fs/squashfs/
H A Dsuper.c320 sb->s_op = &squashfs_super_ops; in squashfs_fill_super()
/linux/fs/tracefs/
H A Dinode.c473 sb->s_op = &tracefs_super_operations; in tracefs_fill_super()
/linux/fs/afs/
H A Dsuper.c461 sb->s_op = &afs_super_ops; in afs_fill_super()

12