Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Dproc_namespace.c102 if (sb->s_op->show_devname) { in show_vfsmnt()
103 err = sb->s_op->show_devname(m, mnt_path.dentry); in show_vfsmnt()
121 if (sb->s_op->show_options) in show_vfsmnt()
122 err = sb->s_op->show_options(m, mnt_path.dentry); in show_vfsmnt()
138 if (sb->s_op->show_path) in show_mountinfo()
139 err = sb->s_op->show_path(m, mnt->mnt_root); in show_mountinfo()
171 if (sb->s_op->show_devname) in show_mountinfo()
172 err = sb->s_op->show_devname(m, mnt->mnt_root); in show_mountinfo()
181 if (sb->s_op->show_options) in show_mountinfo()
182 err = sb->s_op->show_options(m, mnt->mnt_root); in show_mountinfo()
[all …]
Dsuper.c77 if (sb->s_op->nr_cached_objects) in super_cache_scan()
78 fs_objects = sb->s_op->nr_cached_objects(sb, sc); in super_cache_scan()
105 freed += sb->s_op->free_cached_objects(sb, sc); in super_cache_scan()
128 if (sb->s_op && sb->s_op->nr_cached_objects) in super_cache_count()
129 total_objects = sb->s_op->nr_cached_objects(sb, sc); in super_cache_count()
240 s->s_op = &default_op; in alloc_super()
410 const struct super_operations *sop = sb->s_op; in generic_shutdown_super()
756 if (sb->s_op->remount_fs) { in do_remount_sb()
757 retval = sb->s_op->remount_fs(sb, &flags, data); in do_remount_sb()
1316 if (sb->s_op->freeze_fs) { in freeze_super()
[all …]
Dsync.c37 if (sb->s_op->sync_fs) in __sync_filesystem()
38 sb->s_op->sync_fs(sb, wait); in __sync_filesystem()
78 if (!(sb->s_flags & MS_RDONLY) && sb->s_op->sync_fs) in sync_fs_one_sb()
79 sb->s_op->sync_fs(sb, *(int *)arg); in sync_fs_one_sb()
Dioctl.c526 if (sb->s_op->freeze_fs == NULL && sb->s_op->freeze_super == NULL) in ioctl_fsfreeze()
530 if (sb->s_op->freeze_super) in ioctl_fsfreeze()
531 return sb->s_op->freeze_super(sb); in ioctl_fsfreeze()
543 if (sb->s_op->thaw_super) in ioctl_fsthaw()
544 return sb->s_op->thaw_super(sb); in ioctl_fsthaw()
Dinode.c197 if (sb->s_op->alloc_inode) in alloc_inode()
198 inode = sb->s_op->alloc_inode(sb); in alloc_inode()
206 if (inode->i_sb->s_op->destroy_inode) in alloc_inode()
207 inode->i_sb->s_op->destroy_inode(inode); in alloc_inode()
254 if (inode->i_sb->s_op->destroy_inode) in destroy_inode()
255 inode->i_sb->s_op->destroy_inode(inode); in destroy_inode()
523 const struct super_operations *op = inode->i_sb->s_op; in evict()
1446 const struct super_operations *op = inode->i_sb->s_op; in iput_final()
Dstatfs.c53 if (!dentry->d_sb->s_op->statfs) in statfs_by_dentry()
60 retval = dentry->d_sb->s_op->statfs(dentry, buf); in statfs_by_dentry()
Dblock_dev.c242 if (sb->s_op->freeze_super) in freeze_bdev()
243 error = sb->s_op->freeze_super(sb); in freeze_bdev()
282 if (sb->s_op->thaw_super) in thaw_bdev()
283 error = sb->s_op->thaw_super(sb); in thaw_bdev()
1693 if (super && super->s_op->bdev_try_to_free_page) in blkdev_releasepage()
1694 return super->s_op->bdev_try_to_free_page(super, page, wait); in blkdev_releasepage()
Dfs-writeback.c1128 if (inode->i_sb->s_op->write_inode && !is_bad_inode(inode)) { in write_inode()
1130 ret = inode->i_sb->s_op->write_inode(inode, wbc); in write_inode()
2046 if (sb->s_op->dirty_inode) in __mark_inode_dirty()
2047 sb->s_op->dirty_inode(inode, flags); in __mark_inode_dirty()
Dlibfs.c228 s->s_op = ops ? ops : &simple_super_operations; in mount_pseudo()
483 s->s_op = &simple_super_operations; in simple_fill_super()
Dbinfmt_misc.c796 sb->s_op = &s_ops; in bm_fill_super()
Dnamespace.c1495 if (flags & MNT_FORCE && sb->s_op->umount_begin) { in do_umount()
1496 sb->s_op->umount_begin(sb); in do_umount()
/linux-4.4.14/net/rds/
Dib_send.c157 if (send->s_op) { in rds_ib_send_unmap_op()
158 rm = container_of(send->s_op, struct rds_message, data); in rds_ib_send_unmap_op()
159 rds_ib_send_unmap_data(ic, send->s_op, wc_status); in rds_ib_send_unmap_op()
164 if (send->s_op) { in rds_ib_send_unmap_op()
165 rm = container_of(send->s_op, struct rds_message, rdma); in rds_ib_send_unmap_op()
166 rds_ib_send_unmap_rdma(ic, send->s_op, wc_status); in rds_ib_send_unmap_op()
171 if (send->s_op) { in rds_ib_send_unmap_op()
172 rm = container_of(send->s_op, struct rds_message, atomic); in rds_ib_send_unmap_op()
173 rds_ib_send_unmap_atomic(ic, send->s_op, wc_status); in rds_ib_send_unmap_op()
196 send->s_op = NULL; in rds_ib_send_init_ring()
[all …]
Diw_send.c137 send->s_op = NULL; in rds_iw_send_init_ring()
177 if (send->s_op) in rds_iw_send_clear_ring()
178 rds_iw_send_unmap_rdma(ic, send->s_op); in rds_iw_send_clear_ring()
269 if (unlikely(wc.status == IB_WC_REM_ACCESS_ERR && send->s_op)) { in rds_iw_send_cq_comp_handler()
272 rm = rds_send_get_message(conn, send->s_op); in rds_iw_send_cq_comp_handler()
454 send->s_op = NULL; in rds_iw_xmit_populate_wr()
884 send->s_op = op; in rds_iw_xmit_rdma()
Diw.h74 struct rm_rdma_op *s_op; member
Dib.h77 void *s_op; member
/linux-4.4.14/fs/quota/
Dquota_v1.c65 dquot->dq_sb->s_op->quota_read(dquot->dq_sb, type, (char *)&dqblk, in v1_read_dqblk()
96 ret = dquot->dq_sb->s_op->quota_write(dquot->dq_sb, type, in v1_commit_dqblk()
145 size = sb->s_op->quota_read(sb, type, (char *)&dqhead, in v1_check_quota_file()
163 ret = sb->s_op->quota_read(sb, type, (char *)&dqblk, in v1_read_file_info()
189 ret = sb->s_op->quota_read(sb, type, (char *)&dqblk, in v1_write_file_info()
198 ret = sb->s_op->quota_write(sb, type, (char *)&dqblk, in v1_write_file_info()
Dquota_v2.c63 size = sb->s_op->quota_read(sb, type, (char *)dqhead, in v2_read_header()
105 size = sb->s_op->quota_read(sb, type, (char *)&dinfo, in v2_read_file_info()
171 size = sb->s_op->quota_write(sb, type, (char *)&dinfo, in v2_write_file_info()
Dquota_tree.c57 return sb->s_op->quota_read(sb, info->dqi_type, buf, in read_blk()
66 ret = sb->s_op->quota_write(sb, info->dqi_type, buf, in write_blk()
389 ret = sb->s_op->quota_write(sb, type, ddquot, info->dqi_entry_size, in qtree_write_dquot()
634 ret = sb->s_op->quota_read(sb, type, ddquot, info->dqi_entry_size, in qtree_read_dquot()
Ddquot.c671 if (sb->s_op->sync_fs) in dquot_quota_sync()
672 sb->s_op->sync_fs(sb, 1); in dquot_quota_sync()
903 return inode->i_sb->s_op->get_dquots(inode); in i_dquot()
2150 if (sb->s_op->sync_fs) in dquot_disable()
2151 sb->s_op->sync_fs(sb, 1); in dquot_disable()
2229 if (!sb->s_op->quota_write || !sb->s_op->quota_read || in vfs_load_quota_inode()
/linux-4.4.14/fs/ecryptfs/
Dsuper.c109 if (!lower_dentry->d_sb->s_op->statfs) in ecryptfs_statfs()
112 rc = lower_dentry->d_sb->s_op->statfs(lower_dentry, buf); in ecryptfs_statfs()
Dmain.c532 s->s_op = &ecryptfs_sops; in ecryptfs_mount()
/linux-4.4.14/fs/kernfs/
Dmount.c60 if (sb->s_op == &kernfs_sops) in kernfs_root_from_sb()
75 sb->s_op = &kernfs_sops; in kernfs_fill_super()
Ddir.c524 if (dentry->d_sb->s_op == &kernfs_sops) in kernfs_node_from_dentry()
/linux-4.4.14/fs/cachefiles/
Dbind.c131 !root->d_sb->s_op->statfs || in cachefiles_daemon_add_cache()
132 !root->d_sb->s_op->sync_fs) in cachefiles_daemon_add_cache()
/linux-4.4.14/fs/9p/
Dvfs_super.c84 sb->s_op = &v9fs_super_ops_dotl; in v9fs_fill_super()
87 sb->s_op = &v9fs_super_ops; in v9fs_fill_super()
/linux-4.4.14/fs/configfs/
Dmount.c77 sb->s_op = &configfs_ops; in configfs_fill_super()
/linux-4.4.14/fs/freevxfs/
Dvxfs_super.c221 sbp->s_op = &vxfs_super_ops; in vxfs_fill_super()
/linux-4.4.14/fs/ramfs/
Dinode.c228 sb->s_op = &ramfs_ops; in ramfs_fill_super()
/linux-4.4.14/fs/ubifs/
Dfile.c1025 err = inode->i_sb->s_op->write_inode(inode, NULL); in ubifs_writepage()
1053 err = inode->i_sb->s_op->write_inode(inode, NULL); in ubifs_writepage()
1252 err = inode->i_sb->s_op->write_inode(inode, NULL); in do_setattr()
1324 err = inode->i_sb->s_op->write_inode(inode, NULL); in ubifs_fsync()
Ddir.c1106 err = old_inode->i_sb->s_op->write_inode(old_inode, NULL); in ubifs_rename()
Dsuper.c2042 sb->s_op = &ubifs_super_operations; in ubifs_fill_super()
/linux-4.4.14/fs/efivarfs/
Dsuper.c203 sb->s_op = &efivarfs_ops; in efivarfs_fill_super()
/linux-4.4.14/drivers/oprofile/
Doprofilefs.c245 sb->s_op = &s_ops; in oprofilefs_fill_super()
/linux-4.4.14/fs/coda/
Dinode.c198 sb->s_op = &coda_super_operations; in coda_fill_super()
/linux-4.4.14/fs/ocfs2/
Dquota_global.c378 status = sb->s_op->quota_read(sb, type, (char *)&dinfo, in ocfs2_global_read_info()
431 size = sb->s_op->quota_write(sb, type, (char *)&dinfo, in __ocfs2_global_write_info()
488 err = sb->s_op->quota_read(sb, type, (char *)&dqblk, in __ocfs2_sync_dquot()
Dsuper.c2070 sb->s_op = &ocfs2_sops; in ocfs2_initialize_super()
/linux-4.4.14/fs/efs/
Dsuper.c315 s->s_op = &efs_superblock_operations; in efs_fill_super()
/linux-4.4.14/fs/jffs2/
Dsuper.c302 sb->s_op = &jffs2_super_operations; in jffs2_fill_super()
/linux-4.4.14/fs/autofs4/
Dinode.c245 s->s_op = &autofs4_sops; in autofs4_fill_super()
/linux-4.4.14/kernel/bpf/
Dinode.c348 sb->s_op = &bpf_super_ops; in bpf_fill_super()
/linux-4.4.14/fs/qnx4/
Dinode.c200 s->s_op = &qnx4_sops; in qnx4_fill_super()
/linux-4.4.14/fs/openpromfs/
Dinode.c393 s->s_op = &openprom_sops; in openprom_fill_super()
/linux-4.4.14/fs/pstore/
Dinode.c426 sb->s_op = &pstore_ops; in pstore_fill_super()
/linux-4.4.14/fs/afs/
Dsuper.c321 sb->s_op = &afs_super_ops; in afs_fill_super()
/linux-4.4.14/fs/squashfs/
Dsuper.c200 sb->s_op = &squashfs_super_ops; in squashfs_fill_super()
/linux-4.4.14/fs/hfs/
Dsuper.c408 sb->s_op = &hfs_super_operations; in hfs_fill_super()
/linux-4.4.14/fs/proc/
Dinode.c467 s->s_op = &proc_sops; in proc_fill_super()
/linux-4.4.14/fs/tracefs/
Dinode.c290 sb->s_op = &tracefs_super_operations; in trace_fill_super()
/linux-4.4.14/arch/s390/hypfs/
Dinode.c284 sb->s_op = &hypfs_s_ops; in hypfs_fill_super()
/linux-4.4.14/fs/ocfs2/dlmfs/
Ddlmfs.c577 sb->s_op = &dlmfs_ops; in dlmfs_fill_super()
/linux-4.4.14/drivers/misc/ibmasm/
Dibmasmfs.c122 sb->s_op = &ibmasmfs_s_ops; in ibmasmfs_fill_super()
/linux-4.4.14/fs/romfs/
Dsuper.c489 sb->s_op = &romfs_super_ops; in romfs_fill_super()
/linux-4.4.14/fs/cramfs/
Dinode.c339 sb->s_op = &cramfs_ops; in cramfs_fill_super()
/linux-4.4.14/fs/debugfs/
Dinode.c217 sb->s_op = &debugfs_super_operations; in debug_fill_super()
/linux-4.4.14/fs/bfs/
Dinode.c368 s->s_op = &bfs_sops; in bfs_fill_super()
/linux-4.4.14/fs/adfs/
Dsuper.c469 sb->s_op = &adfs_sops; in adfs_fill_super()
/linux-4.4.14/fs/devpts/
Dinode.c384 s->s_op = &devpts_sops; in devpts_fill_super()
/linux-4.4.14/fs/omfs/
Dinode.c544 sb->s_op = &omfs_sops; in omfs_fill_super()
/linux-4.4.14/fs/affs/
Dsuper.c323 sb->s_op = &affs_sops; in affs_fill_super()
/linux-4.4.14/fs/sysv/
Dsuper.c334 sb->s_op = &sysv_sops; in complete_read_super()
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
Dinode.c738 sb->s_op = &s_ops; in spufs_fill_super()
/linux-4.4.14/fs/logfs/
Dsuper.c544 sb->s_op = &logfs_super_operations; in logfs_get_sb_device()
/linux-4.4.14/fs/hfsplus/
Dsuper.c450 sb->s_op = &hfsplus_sops; in hfsplus_fill_super()
/linux-4.4.14/fs/qnx6/
Dinode.c428 s->s_op = &qnx6_sops; in qnx6_fill_super()
/linux-4.4.14/fs/hpfs/
Dsuper.c622 s->s_op = &hpfs_sops; in hpfs_fill_super()
/linux-4.4.14/fs/nfs/
Dsuper.c2314 sb->s_op = server->nfs_client->cl_nfs_mod->sops; in nfs_fill_super()
2342 sb->s_op = old_sb->s_op; in nfs_clone_super()
/linux-4.4.14/fs/befs/
Dlinuxvfs.c834 sb->s_op = &befs_sops; in befs_fill_super()
/linux-4.4.14/fs/minix/
Dinode.c284 s->s_op = &minix_sops; in minix_fill_super()
/linux-4.4.14/fs/jfs/
Dsuper.c534 sb->s_op = &jfs_super_operations; in jfs_fill_super()
/linux-4.4.14/fs/ceph/
Dsuper.c862 s->s_op = &ceph_super_ops; in ceph_set_super()
/linux-4.4.14/fs/exofs/
Dsuper.c815 sb->s_op = &exofs_sops; in exofs_fill_super()
/linux-4.4.14/fs/hostfs/
Dhostfs_kern.c936 sb->s_op = &hostfs_sbops; in hostfs_fill_sb_common()
/linux-4.4.14/fs/overlayfs/
Dsuper.c1098 sb->s_op = &ovl_super_operations; in ovl_fill_super()
/linux-4.4.14/fs/cifs/
Dcifsfs.c137 sb->s_op = &cifs_super_ops; in cifs_read_super()
/linux-4.4.14/fs/ncpfs/
Dinode.c555 sb->s_op = &ncp_sops; in ncp_fill_super()
/linux-4.4.14/fs/fuse/
Dinode.c1060 sb->s_op = &fuse_super_operations; in fuse_fill_super()
/linux-4.4.14/fs/nilfs2/
Dsuper.c1076 sb->s_op = &nilfs_sops; in nilfs_fill_super()
/linux-4.4.14/fs/hugetlbfs/
Dinode.c1184 sb->s_op = &hugetlbfs_ops; in hugetlbfs_fill_super()
/linux-4.4.14/fs/isofs/
Dinode.c816 s->s_op = &isofs_sops; in isofs_fill_super()
/linux-4.4.14/drivers/block/
Dpktcdvd.c1148 if (!sb->s_op->relocate_blocks) in pkt_start_recovery()
1152 if (sb->s_op->relocate_blocks(sb, old_block, &new_block)) in pkt_start_recovery()
/linux-4.4.14/fs/f2fs/
Dsuper.c1174 sb->s_op = &f2fs_sops; in f2fs_fill_super()
/linux-4.4.14/ipc/
Dmqueue.c313 sb->s_op = &mqueue_super_ops; in mqueue_fill_super()
/linux-4.4.14/net/sunrpc/
Drpc_pipe.c1396 sb->s_op = &s_ops; in rpc_fill_super()
/linux-4.4.14/fs/gfs2/
Dops_fstype.c1072 sb->s_op = &gfs2_super_ops; in fill_super()
/linux-4.4.14/mm/
Dshmem.c1477 return mapping->host->i_sb->s_op == &shmem_ops; in shmem_mapping()
3046 sb->s_op = &shmem_ops; in shmem_fill_super()
/linux-4.4.14/fs/ext2/
Dsuper.c1110 sb->s_op = &ext2_sops; in ext2_fill_super()
/linux-4.4.14/fs/xfs/
Dxfs_super.c1471 sb->s_op = &xfs_super_operations; in xfs_fs_fill_super()
/linux-4.4.14/fs/ufs/
Dsuper.c1117 sb->s_op = &ufs_super_ops; in ufs_fill_super()
/linux-4.4.14/fs/btrfs/
Dsuper.c1034 sb->s_op = &btrfs_super_ops; in btrfs_fill_super()
/linux-4.4.14/fs/fat/
Dinode.c1513 sb->s_op = &fat_sops; in fat_fill_super()
/linux-4.4.14/drivers/usb/gadget/legacy/
Dinode.c1982 sb->s_op = &gadget_fs_operations; in gadgetfs_fill_super()
/linux-4.4.14/fs/reiserfs/
Dsuper.c1643 s->s_op = &reiserfs_sops; in read_super_block()
/linux-4.4.14/fs/udf/
Dsuper.c2130 sb->s_op = &udf_sb_ops; in udf_fill_super()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dllite_lib.c450 sb->s_op = &lustre_super_operations; in client_common_fill_super()
/linux-4.4.14/fs/ntfs/
Dsuper.c2865 sb->s_op = &ntfs_sops; in ntfs_fill_super()
/linux-4.4.14/include/linux/
Dfs.h1293 const struct super_operations *s_op; member
/linux-4.4.14/drivers/usb/gadget/function/
Df_fs.c1163 sb->s_op = &ffs_sb_operations; in ffs_sb_fill()
/linux-4.4.14/Documentation/filesystems/
Dvfs.txt173 mount() method fills in is the "s_op" field. This is a pointer to
/linux-4.4.14/fs/ext4/
Dsuper.c3649 sb->s_op = &ext4_sops; in ext4_fill_super()