Searched refs:s_op (Results 1 - 25 of 101) sorted by relevance

12345

/linux-master/fs/
H A Dproc_namespace.c109 if (sb->s_op->show_devname) {
110 err = sb->s_op->show_devname(m, mnt_path.dentry);
128 if (sb->s_op->show_options)
129 err = sb->s_op->show_options(m, mnt_path.dentry);
175 if (sb->s_op->show_devname) {
176 err = sb->s_op->show_devname(m, mnt->mnt_root);
186 if (sb->s_op->show_options)
187 err = sb->s_op->show_options(m, mnt->mnt_root);
202 if (sb->s_op->show_devname) {
204 err = sb->s_op
[all...]
H A Dsync.c55 if (sb->s_op->sync_fs) {
56 ret = sb->s_op->sync_fs(sb, 0);
65 if (sb->s_op->sync_fs) {
66 ret = sb->s_op->sync_fs(sb, 1);
83 sb->s_op->sync_fs)
84 sb->s_op->sync_fs(sb, *(int *)arg);
H A Dsuper.c199 if (sb->s_op->nr_cached_objects)
200 fs_objects = sb->s_op->nr_cached_objects(sb, sc);
227 freed += sb->s_op->free_cached_objects(sb, sc);
246 * list_lru_shrink_count() or s_op->nr_cached_objects(). Counts can
260 if (sb->s_op && sb->s_op->nr_cached_objects)
261 total_objects = sb->s_op->nr_cached_objects(sb, sc);
372 s->s_op = &default_op;
616 const struct super_operations *sop = sb->s_op;
1409 if (sb->s_op
[all...]
H A Dioctl.c395 if (sb->s_op->freeze_fs == NULL && sb->s_op->freeze_super == NULL)
399 if (sb->s_op->freeze_super)
400 return sb->s_op->freeze_super(sb, FREEZE_HOLDER_USERSPACE);
412 if (sb->s_op->thaw_super)
413 return sb->s_op->thaw_super(sb, FREEZE_HOLDER_USERSPACE);
H A Dstatfs.c59 if (!dentry->d_sb->s_op->statfs)
66 retval = dentry->d_sb->s_op->statfs(dentry, buf);
H A Dfs_context.c682 if (!sb->s_op->remount_fs)
685 return sb->s_op->remount_fs(sb, &fc->sb_flags,
/linux-master/fs/quota/
H A Dquota_v1.c67 dquot->dq_sb->s_op->quota_read(dquot->dq_sb, type, (char *)&dqblk,
98 ret = dquot->dq_sb->s_op->quota_write(dquot->dq_sb, type,
147 size = sb->s_op->quota_read(sb, type, (char *)&dqhead,
168 ret = sb->s_op->quota_read(sb, type, (char *)&dqblk,
198 ret = sb->s_op->quota_read(sb, type, (char *)&dqblk,
210 ret = sb->s_op->quota_write(sb, type, (char *)&dqblk,
H A Dquota_v2.c62 size = sb->s_op->quota_read(sb, type, (char *)dqhead,
114 size = sb->s_op->quota_read(sb, type, (char *)&dinfo,
218 size = sb->s_op->quota_write(sb, type, (char *)&dinfo,
H A Dquota_tree.c61 return sb->s_op->quota_read(sb, info->dqi_type, buf,
70 ret = sb->s_op->quota_write(sb, info->dqi_type, buf,
462 ret = sb->s_op->quota_write(sb, type, ddquot, info->dqi_entry_size,
754 ret = sb->s_op->quota_read(sb, type, ddquot, info->dqi_entry_size,
/linux-master/net/rds/
H A Dib_send.c159 if (send->s_op) {
160 rm = container_of(send->s_op, struct rds_message, data);
161 rds_ib_send_unmap_data(ic, send->s_op, wc_status);
166 if (send->s_op) {
167 rm = container_of(send->s_op, struct rds_message, rdma);
168 rds_ib_send_unmap_rdma(ic, send->s_op, wc_status);
173 if (send->s_op) {
174 rm = container_of(send->s_op, struct rds_message, atomic);
175 rds_ib_send_unmap_atomic(ic, send->s_op, wc_status);
198 send->s_op
[all...]
/linux-master/fs/ecryptfs/
H A Dsuper.c95 if (!lower_dentry->d_sb->s_op->statfs)
98 rc = lower_dentry->d_sb->s_op->statfs(lower_dentry, buf);
/linux-master/fs/kernfs/
H A Dmount.c168 if (sb->s_op == &kernfs_sops)
211 BUG_ON(sb->s_op != &kernfs_sops);
259 sb->s_op = &kernfs_sops;
/linux-master/fs/9p/
H A Dvfs_super.c65 sb->s_op = &v9fs_super_ops_dotl;
69 sb->s_op = &v9fs_super_ops;
/linux-master/fs/configfs/
H A Dmount.c71 sb->s_op = &configfs_ops;
/linux-master/fs/cachefiles/
H A Dcache.c66 !root->d_sb->s_op->statfs ||
67 !root->d_sb->s_op->sync_fs ||
/linux-master/security/
H A Dinode.c49 sb->s_op = &securityfs_super_operations;
/linux-master/fs/ramfs/
H A Dinode.c271 sb->s_op = &ramfs_ops;
/linux-master/fs/freevxfs/
H A Dvxfs_super.c208 sbp->s_op = &vxfs_super_ops;
/linux-master/kernel/bpf/
H A Dtoken.c136 if (path.mnt->mnt_sb->s_op != &bpf_super_ops) {
/linux-master/fs/proc/
H A Droot.c179 s->s_op = &proc_sops;
/linux-master/fs/efivarfs/
H A Dsuper.c323 sb->s_op = &efivarfs_ops;
/linux-master/fs/coda/
H A Dinode.c215 sb->s_op = &coda_super_operations;
/linux-master/fs/jffs2/
H A Dsuper.c282 sb->s_op = &jffs2_super_operations;
/linux-master/fs/efs/
H A Dsuper.c313 s->s_op = &efs_superblock_operations;
/linux-master/fs/ubifs/
H A Dfile.c1031 err = inode->i_sb->s_op->write_inode(inode, NULL);
1057 err = inode->i_sb->s_op->write_inode(inode, NULL);
1269 err = inode->i_sb->s_op->write_inode(inode, NULL);
1346 err = inode->i_sb->s_op->write_inode(inode, NULL);

Completed in 551 milliseconds

12345