/linux-4.1.27/fs/ |
D | proc_namespace.c | 101 if (sb->s_op->show_devname) { in show_vfsmnt() 102 err = sb->s_op->show_devname(m, mnt_path.dentry); in show_vfsmnt() 120 if (sb->s_op->show_options) in show_vfsmnt() 121 err = sb->s_op->show_options(m, mnt_path.dentry); in show_vfsmnt() 137 if (sb->s_op->show_path) in show_mountinfo() 138 err = sb->s_op->show_path(m, mnt->mnt_root); in show_mountinfo() 170 if (sb->s_op->show_devname) in show_mountinfo() 171 err = sb->s_op->show_devname(m, mnt->mnt_root); in show_mountinfo() 180 if (sb->s_op->show_options) in show_mountinfo() 181 err = sb->s_op->show_options(m, mnt->mnt_root); in show_mountinfo() [all …]
|
D | super.c | 77 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() 225 s->s_op = &default_op; in alloc_super() 395 const struct super_operations *sop = sb->s_op; in generic_shutdown_super() 740 if (sb->s_op->remount_fs) { in do_remount_sb() 741 retval = sb->s_op->remount_fs(sb, &flags, data); in do_remount_sb() 1337 if (sb->s_op->freeze_fs) { in freeze_super() [all …]
|
D | sync.c | 37 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()
|
D | ioctl.c | 526 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()
|
D | inode.c | 198 if (sb->s_op->alloc_inode) in alloc_inode() 199 inode = sb->s_op->alloc_inode(sb); in alloc_inode() 207 if (inode->i_sb->s_op->destroy_inode) in alloc_inode() 208 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() 1428 const struct super_operations *op = inode->i_sb->s_op; in iput_final()
|
D | statfs.c | 53 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()
|
D | block_dev.c | 228 if (sb->s_op->freeze_super) in freeze_bdev() 229 error = sb->s_op->freeze_super(sb); in freeze_bdev() 268 if (sb->s_op->thaw_super) in thaw_bdev() 269 error = sb->s_op->thaw_super(sb); in thaw_bdev() 1659 if (super && super->s_op->bdev_try_to_free_page) in blkdev_releasepage() 1660 return super->s_op->bdev_try_to_free_page(super, page, wait); in blkdev_releasepage()
|
D | fs-writeback.c | 356 if (inode->i_sb->s_op->write_inode && !is_bad_inode(inode)) { in write_inode() 358 ret = inode->i_sb->s_op->write_inode(inode, wbc); in write_inode() 1264 if (sb->s_op->dirty_inode) in __mark_inode_dirty() 1265 sb->s_op->dirty_inode(inode, flags); in __mark_inode_dirty()
|
D | libfs.c | 233 s->s_op = ops ? ops : &simple_super_operations; in mount_pseudo() 488 s->s_op = &simple_super_operations; in simple_fill_super()
|
D | binfmt_misc.c | 796 sb->s_op = &s_ops; in bm_fill_super()
|
D | namespace.c | 1484 if (flags & MNT_FORCE && sb->s_op->umount_begin) { in do_umount() 1485 sb->s_op->umount_begin(sb); in do_umount()
|
/linux-4.1.27/net/rds/ |
D | ib_send.c | 191 if (send->s_op) { in rds_ib_send_unmap_op() 192 rm = container_of(send->s_op, struct rds_message, data); in rds_ib_send_unmap_op() 193 rds_ib_send_unmap_data(ic, send->s_op, wc_status); in rds_ib_send_unmap_op() 198 if (send->s_op) { in rds_ib_send_unmap_op() 199 rm = container_of(send->s_op, struct rds_message, rdma); in rds_ib_send_unmap_op() 200 rds_ib_send_unmap_rdma(ic, send->s_op, wc_status); in rds_ib_send_unmap_op() 205 if (send->s_op) { in rds_ib_send_unmap_op() 206 rm = container_of(send->s_op, struct rds_message, atomic); in rds_ib_send_unmap_op() 207 rds_ib_send_unmap_atomic(ic, send->s_op, wc_status); in rds_ib_send_unmap_op() 230 send->s_op = NULL; in rds_ib_send_init_ring() [all …]
|
D | iw_send.c | 137 send->s_op = NULL; in rds_iw_send_init_ring() 185 if (send->s_op) in rds_iw_send_clear_ring() 186 rds_iw_send_unmap_rdma(ic, send->s_op); in rds_iw_send_clear_ring() 277 if (unlikely(wc.status == IB_WC_REM_ACCESS_ERR && send->s_op)) { in rds_iw_send_cq_comp_handler() 280 rm = rds_send_get_message(conn, send->s_op); in rds_iw_send_cq_comp_handler() 462 send->s_op = NULL; in rds_iw_xmit_populate_wr() 884 send->s_op = op; in rds_iw_xmit_rdma()
|
D | ib.h | 71 void *s_op; member
|
D | iw.h | 74 struct rm_rdma_op *s_op; member
|
/linux-4.1.27/fs/quota/ |
D | quota_v1.c | 65 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()
|
D | quota_v2.c | 63 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()
|
D | quota_tree.c | 57 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()
|
D | dquot.c | 671 if (sb->s_op->sync_fs) in dquot_quota_sync() 672 sb->s_op->sync_fs(sb, 1); in dquot_quota_sync() 898 return inode->i_sb->s_op->get_dquots(inode); in i_dquot() 2112 if (sb->s_op->sync_fs) in dquot_disable() 2113 sb->s_op->sync_fs(sb, 1); in dquot_disable() 2191 if (!sb->s_op->quota_write || !sb->s_op->quota_read || in vfs_load_quota_inode()
|
/linux-4.1.27/fs/ecryptfs/ |
D | super.c | 109 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()
|
D | main.c | 532 s->s_op = &ecryptfs_sops; in ecryptfs_mount()
|
/linux-4.1.27/fs/kernfs/ |
D | mount.c | 60 if (sb->s_op == &kernfs_sops) in kernfs_root_from_sb() 75 sb->s_op = &kernfs_sops; in kernfs_fill_super()
|
D | dir.c | 501 if (dentry->d_sb->s_op == &kernfs_sops) in kernfs_node_from_dentry()
|
/linux-4.1.27/fs/cachefiles/ |
D | bind.c | 131 !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.1.27/fs/9p/ |
D | vfs_super.c | 84 sb->s_op = &v9fs_super_ops_dotl; in v9fs_fill_super() 87 sb->s_op = &v9fs_super_ops; in v9fs_fill_super()
|
/linux-4.1.27/fs/configfs/ |
D | mount.c | 77 sb->s_op = &configfs_ops; in configfs_fill_super()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/linux/ |
D | lustre_compat25.h | 214 # define ll_dirty_inode(inode, flag) (inode)->i_sb->s_op->dirty_inode((inode), flag)
|
/linux-4.1.27/fs/freevxfs/ |
D | vxfs_super.c | 221 sbp->s_op = &vxfs_super_ops; in vxfs_fill_super()
|
/linux-4.1.27/fs/ramfs/ |
D | inode.c | 228 sb->s_op = &ramfs_ops; in ramfs_fill_super()
|
/linux-4.1.27/fs/ubifs/ |
D | file.c | 1026 err = inode->i_sb->s_op->write_inode(inode, NULL); in ubifs_writepage() 1054 err = inode->i_sb->s_op->write_inode(inode, NULL); in ubifs_writepage() 1253 err = inode->i_sb->s_op->write_inode(inode, NULL); in do_setattr() 1333 err = inode->i_sb->s_op->write_inode(inode, NULL); in ubifs_fsync()
|
D | dir.c | 1107 err = old_inode->i_sb->s_op->write_inode(old_inode, NULL); in ubifs_rename()
|
D | super.c | 2038 sb->s_op = &ubifs_super_operations; in ubifs_fill_super()
|
/linux-4.1.27/fs/efivarfs/ |
D | super.c | 203 sb->s_op = &efivarfs_ops; in efivarfs_fill_super()
|
/linux-4.1.27/drivers/oprofile/ |
D | oprofilefs.c | 245 sb->s_op = &s_ops; in oprofilefs_fill_super()
|
/linux-4.1.27/fs/coda/ |
D | inode.c | 198 sb->s_op = &coda_super_operations; in coda_fill_super()
|
/linux-4.1.27/fs/ocfs2/ |
D | quota_global.c | 378 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()
|
D | super.c | 2059 sb->s_op = &ocfs2_sops; in ocfs2_initialize_super()
|
/linux-4.1.27/fs/efs/ |
D | super.c | 315 s->s_op = &efs_superblock_operations; in efs_fill_super()
|
/linux-4.1.27/fs/jffs2/ |
D | super.c | 302 sb->s_op = &jffs2_super_operations; in jffs2_fill_super()
|
/linux-4.1.27/fs/autofs4/ |
D | inode.c | 245 s->s_op = &autofs4_sops; in autofs4_fill_super()
|
/linux-4.1.27/fs/qnx4/ |
D | inode.c | 200 s->s_op = &qnx4_sops; in qnx4_fill_super()
|
/linux-4.1.27/fs/openpromfs/ |
D | inode.c | 393 s->s_op = &openprom_sops; in openprom_fill_super()
|
/linux-4.1.27/fs/pstore/ |
D | inode.c | 425 sb->s_op = &pstore_ops; in pstore_fill_super()
|
/linux-4.1.27/fs/hfs/ |
D | super.c | 407 sb->s_op = &hfs_super_operations; in hfs_fill_super()
|
/linux-4.1.27/fs/squashfs/ |
D | super.c | 200 sb->s_op = &squashfs_super_ops; in squashfs_fill_super()
|
/linux-4.1.27/fs/afs/ |
D | super.c | 321 sb->s_op = &afs_super_ops; in afs_fill_super()
|
/linux-4.1.27/fs/proc/ |
D | inode.c | 468 s->s_op = &proc_sops; in proc_fill_super()
|
/linux-4.1.27/arch/s390/hypfs/ |
D | inode.c | 289 sb->s_op = &hypfs_s_ops; in hypfs_fill_super()
|
/linux-4.1.27/fs/tracefs/ |
D | inode.c | 290 sb->s_op = &tracefs_super_operations; in trace_fill_super()
|
/linux-4.1.27/fs/romfs/ |
D | super.c | 489 sb->s_op = &romfs_super_ops; in romfs_fill_super()
|
/linux-4.1.27/fs/ocfs2/dlmfs/ |
D | dlmfs.c | 577 sb->s_op = &dlmfs_ops; in dlmfs_fill_super()
|
/linux-4.1.27/fs/cramfs/ |
D | inode.c | 339 sb->s_op = &cramfs_ops; in cramfs_fill_super()
|
/linux-4.1.27/fs/debugfs/ |
D | inode.c | 222 sb->s_op = &debugfs_super_operations; in debug_fill_super()
|
/linux-4.1.27/drivers/misc/ibmasm/ |
D | ibmasmfs.c | 122 sb->s_op = &ibmasmfs_s_ops; in ibmasmfs_fill_super()
|
/linux-4.1.27/fs/bfs/ |
D | inode.c | 368 s->s_op = &bfs_sops; in bfs_fill_super()
|
/linux-4.1.27/fs/devpts/ |
D | inode.c | 382 s->s_op = &devpts_sops; in devpts_fill_super()
|
/linux-4.1.27/fs/adfs/ |
D | super.c | 469 sb->s_op = &adfs_sops; in adfs_fill_super()
|
/linux-4.1.27/fs/affs/ |
D | super.c | 322 sb->s_op = &affs_sops; in affs_fill_super()
|
/linux-4.1.27/fs/omfs/ |
D | inode.c | 544 sb->s_op = &omfs_sops; in omfs_fill_super()
|
/linux-4.1.27/fs/sysv/ |
D | super.c | 334 sb->s_op = &sysv_sops; in complete_read_super()
|
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/ |
D | inode.c | 738 sb->s_op = &s_ops; in spufs_fill_super()
|
/linux-4.1.27/fs/qnx6/ |
D | inode.c | 428 s->s_op = &qnx6_sops; in qnx6_fill_super()
|
/linux-4.1.27/fs/hpfs/ |
D | super.c | 595 s->s_op = &hpfs_sops; in hpfs_fill_super()
|
/linux-4.1.27/fs/hfsplus/ |
D | super.c | 449 sb->s_op = &hfsplus_sops; in hfsplus_fill_super()
|
/linux-4.1.27/fs/logfs/ |
D | super.c | 544 sb->s_op = &logfs_super_operations; in logfs_get_sb_device()
|
/linux-4.1.27/fs/nfs/ |
D | super.c | 2311 sb->s_op = server->nfs_client->cl_nfs_mod->sops; in nfs_fill_super() 2339 sb->s_op = old_sb->s_op; in nfs_clone_super()
|
/linux-4.1.27/fs/minix/ |
D | inode.c | 284 s->s_op = &minix_sops; in minix_fill_super()
|
/linux-4.1.27/fs/hppfs/ |
D | hppfs.c | 721 sb->s_op = &hppfs_sbops; in hppfs_fill_super()
|
/linux-4.1.27/fs/befs/ |
D | linuxvfs.c | 851 sb->s_op = &befs_sops; in befs_fill_super()
|
/linux-4.1.27/fs/ceph/ |
D | super.c | 840 s->s_op = &ceph_super_ops; in ceph_set_super()
|
/linux-4.1.27/fs/jfs/ |
D | super.c | 537 sb->s_op = &jfs_super_operations; in jfs_fill_super()
|
/linux-4.1.27/fs/overlayfs/ |
D | super.c | 997 sb->s_op = &ovl_super_operations; in ovl_fill_super()
|
/linux-4.1.27/fs/exofs/ |
D | super.c | 815 sb->s_op = &exofs_sops; in exofs_fill_super()
|
/linux-4.1.27/fs/hostfs/ |
D | hostfs_kern.c | 939 sb->s_op = &hostfs_sbops; in hostfs_fill_sb_common()
|
/linux-4.1.27/fs/cifs/ |
D | cifsfs.c | 137 sb->s_op = &cifs_super_ops; in cifs_read_super()
|
/linux-4.1.27/fs/hugetlbfs/ |
D | inode.c | 917 sb->s_op = &hugetlbfs_ops; in hugetlbfs_fill_super()
|
/linux-4.1.27/fs/ncpfs/ |
D | inode.c | 555 sb->s_op = &ncp_sops; in ncp_fill_super()
|
/linux-4.1.27/fs/f2fs/ |
D | super.c | 1024 sb->s_op = &f2fs_sops; in f2fs_fill_super()
|
/linux-4.1.27/fs/fuse/ |
D | inode.c | 1009 sb->s_op = &fuse_super_operations; in fuse_fill_super()
|
/linux-4.1.27/fs/isofs/ |
D | inode.c | 816 s->s_op = &isofs_sops; in isofs_fill_super()
|
/linux-4.1.27/fs/nilfs2/ |
D | super.c | 1073 sb->s_op = &nilfs_sops; in nilfs_fill_super()
|
/linux-4.1.27/drivers/block/ |
D | pktcdvd.c | 1147 if (!sb->s_op->relocate_blocks) in pkt_start_recovery() 1151 if (sb->s_op->relocate_blocks(sb, old_block, &new_block)) in pkt_start_recovery()
|
/linux-4.1.27/net/sunrpc/ |
D | rpc_pipe.c | 1396 sb->s_op = &s_ops; in rpc_fill_super()
|
/linux-4.1.27/ipc/ |
D | mqueue.c | 314 sb->s_op = &mqueue_super_ops; in mqueue_fill_super()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_super.c | 1471 sb->s_op = &xfs_super_operations; in xfs_fs_fill_super()
|
/linux-4.1.27/fs/gfs2/ |
D | ops_fstype.c | 1071 sb->s_op = &gfs2_super_ops; in fill_super()
|
/linux-4.1.27/mm/ |
D | shmem.c | 1461 return mapping->host->i_sb->s_op == &shmem_ops; in shmem_mapping() 3037 sb->s_op = &shmem_ops; in shmem_fill_super()
|
/linux-4.1.27/fs/ext2/ |
D | super.c | 1104 sb->s_op = &ext2_sops; in ext2_fill_super()
|
/linux-4.1.27/fs/ufs/ |
D | super.c | 1136 sb->s_op = &ufs_super_ops; in ufs_fill_super()
|
/linux-4.1.27/fs/btrfs/ |
D | super.c | 947 sb->s_op = &btrfs_super_ops; in btrfs_fill_super()
|
/linux-4.1.27/drivers/usb/gadget/legacy/ |
D | inode.c | 1979 sb->s_op = &gadget_fs_operations; in gadgetfs_fill_super()
|
/linux-4.1.27/fs/fat/ |
D | inode.c | 1512 sb->s_op = &fat_sops; in fat_fill_super()
|
/linux-4.1.27/fs/reiserfs/ |
D | super.c | 1643 s->s_op = &reiserfs_sops; in read_super_block()
|
/linux-4.1.27/fs/udf/ |
D | super.c | 2123 sb->s_op = &udf_sb_ops; in udf_fill_super()
|
/linux-4.1.27/fs/ntfs/ |
D | super.c | 2872 sb->s_op = &ntfs_sops; in ntfs_fill_super()
|
/linux-4.1.27/include/linux/ |
D | fs.h | 1284 const struct super_operations *s_op; member
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | llite_lib.c | 477 sb->s_op = &lustre_super_operations; in client_common_fill_super()
|
/linux-4.1.27/fs/ext3/ |
D | super.c | 2009 sb->s_op = &ext3_sops; in ext3_fill_super()
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | f_fs.c | 1163 sb->s_op = &ffs_sb_operations; in ffs_sb_fill()
|
/linux-4.1.27/Documentation/filesystems/ |
D | vfs.txt | 173 mount() method fills in is the "s_op" field. This is a pointer to
|
/linux-4.1.27/fs/ext4/ |
D | super.c | 3997 sb->s_op = &ext4_sops; in ext4_fill_super()
|