Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/kernel/fs/
H A Dproc_namespace.c106 if (sb->s_op->show_devname) { in show_vfsmnt()
107 err = sb->s_op->show_devname(m, mnt_path.dentry); in show_vfsmnt()
125 if (sb->s_op->show_options) in show_vfsmnt()
126 err = sb->s_op->show_options(m, mnt_path.dentry); in show_vfsmnt()
142 if (sb->s_op->show_path) { in show_mountinfo()
143 err = sb->s_op->show_path(m, mnt->mnt_root); in show_mountinfo()
176 if (sb->s_op->show_devname) { in show_mountinfo()
177 err = sb->s_op->show_devname(m, mnt->mnt_root); in show_mountinfo()
187 if (sb->s_op->show_options) in show_mountinfo()
188 err = sb->s_op->show_options(m, mnt->mnt_root); in show_mountinfo()
[all …]
H A Dsync.c54 if (sb->s_op->sync_fs) { in sync_filesystem()
55 ret = sb->s_op->sync_fs(sb, 0); in sync_filesystem()
64 if (sb->s_op->sync_fs) { in sync_filesystem()
65 ret = sb->s_op->sync_fs(sb, 1); in sync_filesystem()
82 sb->s_op->sync_fs) in sync_fs_one_sb()
83 sb->s_op->sync_fs(sb, *(int *)arg); in sync_fs_one_sb()
H A Dsuper.c83 if (sb->s_op->nr_cached_objects) in super_cache_scan()
84 fs_objects = sb->s_op->nr_cached_objects(sb, sc); in super_cache_scan()
111 freed += sb->s_op->free_cached_objects(sb, sc); in super_cache_scan()
144 if (sb->s_op && sb->s_op->nr_cached_objects) in super_cache_count()
145 total_objects = sb->s_op->nr_cached_objects(sb, sc); in super_cache_count()
259 s->s_op = &default_op; in alloc_super()
444 const struct super_operations *sop = sb->s_op; in generic_shutdown_super()
1757 if (sb->s_op->freeze_fs) { in freeze_super()
1758 ret = sb->s_op->freeze_fs(sb); in freeze_super()
1802 if (sb->s_op->unfreeze_fs) { in thaw_super_locked()
[all …]
H A Dioctl.c598 if (sb->s_op->freeze_fs == NULL && sb->s_op->freeze_super == NULL) in ioctl_fsfreeze()
602 if (sb->s_op->freeze_super) in ioctl_fsfreeze()
603 return sb->s_op->freeze_super(sb); in ioctl_fsfreeze()
615 if (sb->s_op->thaw_super) in ioctl_fsthaw()
616 return sb->s_op->thaw_super(sb); in ioctl_fsthaw()
H A Dblock_dev.c584 if (sb->s_op->freeze_super) in freeze_bdev()
585 error = sb->s_op->freeze_super(sb); in freeze_bdev()
627 if (sb->s_op->thaw_super) in thaw_bdev()
628 error = sb->s_op->thaw_super(sb); in thaw_bdev()
1968 if (super && super->s_op->bdev_try_to_free_page) in blkdev_releasepage()
1969 return super->s_op->bdev_try_to_free_page(super, page, wait); in blkdev_releasepage()
H A Dstatfs.c59 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 Dfs_context.c612 if (!sb->s_op->remount_fs) in legacy_reconfigure()
615 return sb->s_op->remount_fs(sb, &fc->sb_flags, in legacy_reconfigure()
/OK3568_Linux_fs/kernel/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()
173 if (send->s_op) { in rds_ib_send_unmap_op()
174 rm = container_of(send->s_op, struct rds_message, atomic); in rds_ib_send_unmap_op()
175 rds_ib_send_unmap_atomic(ic, send->s_op, wc_status); in rds_ib_send_unmap_op()
198 send->s_op = NULL; in rds_ib_send_init_ring()
[all …]
/OK3568_Linux_fs/kernel/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()
166 ret = sb->s_op->quota_read(sb, type, (char *)&dqblk, in v1_read_file_info()
193 ret = sb->s_op->quota_read(sb, type, (char *)&dqblk, in v1_write_file_info()
205 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()
112 size = sb->s_op->quota_read(sb, type, (char *)&dinfo, in v2_read_file_info()
210 size = sb->s_op->quota_write(sb, type, (char *)&dinfo, in v2_write_file_info()
H A Dquota_tree.c64 return sb->s_op->quota_read(sb, info->dqi_type, buf, in read_blk()
73 ret = sb->s_op->quota_write(sb, info->dqi_type, buf, in write_blk()
431 ret = sb->s_op->quota_write(sb, type, ddquot, info->dqi_entry_size, in qtree_write_dquot()
694 ret = sb->s_op->quota_read(sb, type, ddquot, info->dqi_entry_size, in qtree_read_dquot()
H A Ddquot.c705 if (sb->s_op->sync_fs) { in dquot_quota_sync()
706 ret = sb->s_op->sync_fs(sb, 1); in dquot_quota_sync()
941 return inode->i_sb->s_op->get_dquots(inode); in i_dquot()
2278 if (sb->s_op->sync_fs) in dquot_disable()
2279 sb->s_op->sync_fs(sb, 1); in dquot_disable()
2363 if (!sb->s_op->quota_write || !sb->s_op->quota_read || in dquot_load_quota_sb()
/OK3568_Linux_fs/kernel/fs/ecryptfs/
H A Dsuper.c95 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()
/OK3568_Linux_fs/kernel/fs/kernfs/
H A Dmount.c160 if (sb->s_op == &kernfs_sops) in kernfs_root_from_sb()
201 BUG_ON(sb->s_op != &kernfs_sops); in kernfs_node_dentry()
248 sb->s_op = &kernfs_sops; in kernfs_fill_super()
/OK3568_Linux_fs/kernel/fs/cachefiles/
H A Dbind.c127 !root->d_sb->s_op->statfs || in cachefiles_daemon_add_cache()
128 !root->d_sb->s_op->sync_fs) in cachefiles_daemon_add_cache()
/OK3568_Linux_fs/kernel/fs/9p/
H A Dvfs_super.c70 sb->s_op = &v9fs_super_ops_dotl; in v9fs_fill_super()
73 sb->s_op = &v9fs_super_ops; in v9fs_fill_super()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_event_log_filter.c2142 char *s_op = (char *)_s_op; in ewpr_diff_serial() local
2160 s_op = s_op + offset; in ewpr_diff_serial()
2165 diff = *(uint8 *)f_op - *(uint8 *)s_op; in ewpr_diff_serial()
2169 diff = *(uint16 *)f_op - *(uint16 *)s_op; in ewpr_diff_serial()
2173 diff = *(uint32 *)f_op - *(uint32 *)s_op; in ewpr_diff_serial()
2176 diff = (uint32)(*(uint64 *)f_op - *(uint64 *)s_op); in ewpr_diff_serial()
2633 char *s_op = (char *)_s_op; in ewpr_diff_bit_pack() local
2651 s_op = s_op + offset; in ewpr_diff_bit_pack()
2656 diff = *(uint8 *)f_op - *(uint8 *)s_op; in ewpr_diff_bit_pack()
2660 diff = *(uint16 *)f_op - *(uint16 *)s_op; in ewpr_diff_bit_pack()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_event_log_filter.c2142 char *s_op = (char *)_s_op; in ewpr_diff_serial() local
2160 s_op = s_op + offset; in ewpr_diff_serial()
2165 diff = *(uint8 *)f_op - *(uint8 *)s_op; in ewpr_diff_serial()
2169 diff = *(uint16 *)f_op - *(uint16 *)s_op; in ewpr_diff_serial()
2173 diff = *(uint32 *)f_op - *(uint32 *)s_op; in ewpr_diff_serial()
2176 diff = (uint32)(*(uint64 *)f_op - *(uint64 *)s_op); in ewpr_diff_serial()
2633 char *s_op = (char *)_s_op; in ewpr_diff_bit_pack() local
2651 s_op = s_op + offset; in ewpr_diff_bit_pack()
2656 diff = *(uint8 *)f_op - *(uint8 *)s_op; in ewpr_diff_bit_pack()
2660 diff = *(uint16 *)f_op - *(uint16 *)s_op; in ewpr_diff_bit_pack()
[all …]
/OK3568_Linux_fs/kernel/fs/configfs/
H A Dmount.c73 sb->s_op = &configfs_ops; in configfs_fill_super()
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dfile.c1032 err = inode->i_sb->s_op->write_inode(inode, NULL); in ubifs_writepage()
1060 err = inode->i_sb->s_op->write_inode(inode, NULL); in ubifs_writepage()
1256 err = inode->i_sb->s_op->write_inode(inode, NULL); in do_setattr()
1332 err = inode->i_sb->s_op->write_inode(inode, NULL); in ubifs_fsync()
/OK3568_Linux_fs/kernel/security/
H A Dinode.c49 sb->s_op = &securityfs_super_operations; in securityfs_fill_super()
/OK3568_Linux_fs/kernel/fs/ramfs/
H A Dinode.c226 sb->s_op = &ramfs_ops; in ramfs_fill_super()
/OK3568_Linux_fs/kernel/fs/efivarfs/
H A Dsuper.c203 sb->s_op = &efivarfs_ops; in efivarfs_fill_super()
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dquota_global.c380 status = sb->s_op->quota_read(sb, type, (char *)&dinfo, in ocfs2_global_read_info()
433 size = sb->s_op->quota_write(sb, type, (char *)&dinfo, in __ocfs2_global_write_info()
494 err = sb->s_op->quota_read(sb, type, (char *)&dqblk, in __ocfs2_sync_dquot()
/OK3568_Linux_fs/kernel/drivers/oprofile/
H A Doprofilefs.c249 sb->s_op = &s_ops; in oprofilefs_fill_super()

12345