/linux-4.4.14/fs/ |
D | proc_namespace.c | 102 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 …]
|
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() 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 …]
|
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 | 197 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()
|
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 | 242 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()
|
D | fs-writeback.c | 1128 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()
|
D | libfs.c | 228 s->s_op = ops ? ops : &simple_super_operations; in mount_pseudo() 483 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 | 1495 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/ |
D | ib_send.c | 157 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 …]
|
D | iw_send.c | 137 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()
|
D | iw.h | 74 struct rm_rdma_op *s_op; member
|
D | ib.h | 77 void *s_op; member
|
/linux-4.4.14/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() 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/ |
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.4.14/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 | 524 if (dentry->d_sb->s_op == &kernfs_sops) in kernfs_node_from_dentry()
|
/linux-4.4.14/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.4.14/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.4.14/fs/configfs/ |
D | mount.c | 77 sb->s_op = &configfs_ops; in configfs_fill_super()
|
/linux-4.4.14/fs/freevxfs/ |
D | vxfs_super.c | 221 sbp->s_op = &vxfs_super_ops; in vxfs_fill_super()
|
/linux-4.4.14/fs/ramfs/ |
D | inode.c | 228 sb->s_op = &ramfs_ops; in ramfs_fill_super()
|
/linux-4.4.14/fs/ubifs/ |
D | file.c | 1025 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()
|
D | dir.c | 1106 err = old_inode->i_sb->s_op->write_inode(old_inode, NULL); in ubifs_rename()
|
D | super.c | 2042 sb->s_op = &ubifs_super_operations; in ubifs_fill_super()
|
/linux-4.4.14/fs/efivarfs/ |
D | super.c | 203 sb->s_op = &efivarfs_ops; in efivarfs_fill_super()
|
/linux-4.4.14/drivers/oprofile/ |
D | oprofilefs.c | 245 sb->s_op = &s_ops; in oprofilefs_fill_super()
|
/linux-4.4.14/fs/coda/ |
D | inode.c | 198 sb->s_op = &coda_super_operations; in coda_fill_super()
|
/linux-4.4.14/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 | 2070 sb->s_op = &ocfs2_sops; in ocfs2_initialize_super()
|
/linux-4.4.14/fs/efs/ |
D | super.c | 315 s->s_op = &efs_superblock_operations; in efs_fill_super()
|
/linux-4.4.14/fs/jffs2/ |
D | super.c | 302 sb->s_op = &jffs2_super_operations; in jffs2_fill_super()
|
/linux-4.4.14/fs/autofs4/ |
D | inode.c | 245 s->s_op = &autofs4_sops; in autofs4_fill_super()
|
/linux-4.4.14/kernel/bpf/ |
D | inode.c | 348 sb->s_op = &bpf_super_ops; in bpf_fill_super()
|
/linux-4.4.14/fs/qnx4/ |
D | inode.c | 200 s->s_op = &qnx4_sops; in qnx4_fill_super()
|
/linux-4.4.14/fs/openpromfs/ |
D | inode.c | 393 s->s_op = &openprom_sops; in openprom_fill_super()
|
/linux-4.4.14/fs/pstore/ |
D | inode.c | 426 sb->s_op = &pstore_ops; in pstore_fill_super()
|
/linux-4.4.14/fs/afs/ |
D | super.c | 321 sb->s_op = &afs_super_ops; in afs_fill_super()
|
/linux-4.4.14/fs/squashfs/ |
D | super.c | 200 sb->s_op = &squashfs_super_ops; in squashfs_fill_super()
|
/linux-4.4.14/fs/hfs/ |
D | super.c | 408 sb->s_op = &hfs_super_operations; in hfs_fill_super()
|
/linux-4.4.14/fs/proc/ |
D | inode.c | 467 s->s_op = &proc_sops; in proc_fill_super()
|
/linux-4.4.14/fs/tracefs/ |
D | inode.c | 290 sb->s_op = &tracefs_super_operations; in trace_fill_super()
|
/linux-4.4.14/arch/s390/hypfs/ |
D | inode.c | 284 sb->s_op = &hypfs_s_ops; in hypfs_fill_super()
|
/linux-4.4.14/fs/ocfs2/dlmfs/ |
D | dlmfs.c | 577 sb->s_op = &dlmfs_ops; in dlmfs_fill_super()
|
/linux-4.4.14/drivers/misc/ibmasm/ |
D | ibmasmfs.c | 122 sb->s_op = &ibmasmfs_s_ops; in ibmasmfs_fill_super()
|
/linux-4.4.14/fs/romfs/ |
D | super.c | 489 sb->s_op = &romfs_super_ops; in romfs_fill_super()
|
/linux-4.4.14/fs/cramfs/ |
D | inode.c | 339 sb->s_op = &cramfs_ops; in cramfs_fill_super()
|
/linux-4.4.14/fs/debugfs/ |
D | inode.c | 217 sb->s_op = &debugfs_super_operations; in debug_fill_super()
|
/linux-4.4.14/fs/bfs/ |
D | inode.c | 368 s->s_op = &bfs_sops; in bfs_fill_super()
|
/linux-4.4.14/fs/adfs/ |
D | super.c | 469 sb->s_op = &adfs_sops; in adfs_fill_super()
|
/linux-4.4.14/fs/devpts/ |
D | inode.c | 384 s->s_op = &devpts_sops; in devpts_fill_super()
|
/linux-4.4.14/fs/omfs/ |
D | inode.c | 544 sb->s_op = &omfs_sops; in omfs_fill_super()
|
/linux-4.4.14/fs/affs/ |
D | super.c | 323 sb->s_op = &affs_sops; in affs_fill_super()
|
/linux-4.4.14/fs/sysv/ |
D | super.c | 334 sb->s_op = &sysv_sops; in complete_read_super()
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
D | inode.c | 738 sb->s_op = &s_ops; in spufs_fill_super()
|
/linux-4.4.14/fs/logfs/ |
D | super.c | 544 sb->s_op = &logfs_super_operations; in logfs_get_sb_device()
|
/linux-4.4.14/fs/hfsplus/ |
D | super.c | 450 sb->s_op = &hfsplus_sops; in hfsplus_fill_super()
|
/linux-4.4.14/fs/qnx6/ |
D | inode.c | 428 s->s_op = &qnx6_sops; in qnx6_fill_super()
|
/linux-4.4.14/fs/hpfs/ |
D | super.c | 622 s->s_op = &hpfs_sops; in hpfs_fill_super()
|
/linux-4.4.14/fs/nfs/ |
D | super.c | 2314 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/ |
D | linuxvfs.c | 834 sb->s_op = &befs_sops; in befs_fill_super()
|
/linux-4.4.14/fs/minix/ |
D | inode.c | 284 s->s_op = &minix_sops; in minix_fill_super()
|
/linux-4.4.14/fs/jfs/ |
D | super.c | 534 sb->s_op = &jfs_super_operations; in jfs_fill_super()
|
/linux-4.4.14/fs/ceph/ |
D | super.c | 862 s->s_op = &ceph_super_ops; in ceph_set_super()
|
/linux-4.4.14/fs/exofs/ |
D | super.c | 815 sb->s_op = &exofs_sops; in exofs_fill_super()
|
/linux-4.4.14/fs/hostfs/ |
D | hostfs_kern.c | 936 sb->s_op = &hostfs_sbops; in hostfs_fill_sb_common()
|
/linux-4.4.14/fs/overlayfs/ |
D | super.c | 1098 sb->s_op = &ovl_super_operations; in ovl_fill_super()
|
/linux-4.4.14/fs/cifs/ |
D | cifsfs.c | 137 sb->s_op = &cifs_super_ops; in cifs_read_super()
|
/linux-4.4.14/fs/ncpfs/ |
D | inode.c | 555 sb->s_op = &ncp_sops; in ncp_fill_super()
|
/linux-4.4.14/fs/fuse/ |
D | inode.c | 1060 sb->s_op = &fuse_super_operations; in fuse_fill_super()
|
/linux-4.4.14/fs/nilfs2/ |
D | super.c | 1076 sb->s_op = &nilfs_sops; in nilfs_fill_super()
|
/linux-4.4.14/fs/hugetlbfs/ |
D | inode.c | 1184 sb->s_op = &hugetlbfs_ops; in hugetlbfs_fill_super()
|
/linux-4.4.14/fs/isofs/ |
D | inode.c | 816 s->s_op = &isofs_sops; in isofs_fill_super()
|
/linux-4.4.14/drivers/block/ |
D | pktcdvd.c | 1148 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/ |
D | super.c | 1174 sb->s_op = &f2fs_sops; in f2fs_fill_super()
|
/linux-4.4.14/ipc/ |
D | mqueue.c | 313 sb->s_op = &mqueue_super_ops; in mqueue_fill_super()
|
/linux-4.4.14/net/sunrpc/ |
D | rpc_pipe.c | 1396 sb->s_op = &s_ops; in rpc_fill_super()
|
/linux-4.4.14/fs/gfs2/ |
D | ops_fstype.c | 1072 sb->s_op = &gfs2_super_ops; in fill_super()
|
/linux-4.4.14/mm/ |
D | shmem.c | 1477 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/ |
D | super.c | 1110 sb->s_op = &ext2_sops; in ext2_fill_super()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_super.c | 1471 sb->s_op = &xfs_super_operations; in xfs_fs_fill_super()
|
/linux-4.4.14/fs/ufs/ |
D | super.c | 1117 sb->s_op = &ufs_super_ops; in ufs_fill_super()
|
/linux-4.4.14/fs/btrfs/ |
D | super.c | 1034 sb->s_op = &btrfs_super_ops; in btrfs_fill_super()
|
/linux-4.4.14/fs/fat/ |
D | inode.c | 1513 sb->s_op = &fat_sops; in fat_fill_super()
|
/linux-4.4.14/drivers/usb/gadget/legacy/ |
D | inode.c | 1982 sb->s_op = &gadget_fs_operations; in gadgetfs_fill_super()
|
/linux-4.4.14/fs/reiserfs/ |
D | super.c | 1643 s->s_op = &reiserfs_sops; in read_super_block()
|
/linux-4.4.14/fs/udf/ |
D | super.c | 2130 sb->s_op = &udf_sb_ops; in udf_fill_super()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | llite_lib.c | 450 sb->s_op = &lustre_super_operations; in client_common_fill_super()
|
/linux-4.4.14/fs/ntfs/ |
D | super.c | 2865 sb->s_op = &ntfs_sops; in ntfs_fill_super()
|
/linux-4.4.14/include/linux/ |
D | fs.h | 1293 const struct super_operations *s_op; member
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | f_fs.c | 1163 sb->s_op = &ffs_sb_operations; in ffs_sb_fill()
|
/linux-4.4.14/Documentation/filesystems/ |
D | vfs.txt | 173 mount() method fills in is the "s_op" field. This is a pointer to
|
/linux-4.4.14/fs/ext4/ |
D | super.c | 3649 sb->s_op = &ext4_sops; in ext4_fill_super()
|