Home
last modified time | relevance | path

Searched refs:d_sb (Results 1 – 25 of 213) sorted by relevance

123456789

/linux-6.3-rc2/fs/overlayfs/
A Dinode.c26 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_setattr()
82 old_cred = ovl_override_creds(dentry->d_sb); in ovl_setattr()
100 bool samefs = ovl_same_fs(dentry->d_sb); in ovl_map_dev_ino()
110 stat->dev = dentry->d_sb->s_dev; in ovl_map_dev_ino()
124 stat->dev = dentry->d_sb->s_dev; in ovl_map_dev_ino()
126 } else if (ovl_xino_warn(dentry->d_sb)) { in ovl_map_dev_ino()
143 stat->dev = dentry->d_sb->s_dev; in ovl_map_dev_ino()
172 old_cred = ovl_override_creds(dentry->d_sb); in ovl_getattr()
219 (!ovl_verify_lower(dentry->d_sb) && in ovl_getattr()
351 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_xattr_set()
[all …]
A Dcopy_up.c381 uuid_t *uuid = &real->d_sb->s_uuid; in ovl_encode_real_fh()
441 if (ovl_can_decode_fh(lower->d_sb)) { in ovl_set_origin()
483 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_create_index()
555 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_link_up()
592 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_copy_up_data()
611 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_copy_up_metadata()
694 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_copy_up_workdir()
774 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_copy_up_tmpfile()
837 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_do_copy_up()
858 c->destdir = ovl_indexdir(c->dentry->d_sb); in ovl_do_copy_up()
[all …]
A Dutil.c21 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_want_write()
27 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_drop_write()
33 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_workdir()
155 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_path_upper()
654 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_set_impure()
803 if (!lower || !ovl_indexdir(dentry->d_sb)) in ovl_need_index()
807 if (ovl_index_all(dentry->d_sb)) in ovl_need_index()
820 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_cleanup_index()
857 } else if (ovl_index_all(dentry->d_sb)) { in ovl_cleanup_index()
920 old_cred = ovl_override_creds(dentry->d_sb); in ovl_nlink_start()
[all …]
A Ddir.c237 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_set_opaque_xerr()
288 inode = ovl_get_inode(dentry->d_sb, &oip); in ovl_instantiate()
325 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_create_upper()
365 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_clear_empty()
449 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_create_over_whiteout()
750 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_remove_and_whiteout()
804 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_remove_upper()
956 return ovl_redirect_dir(dentry->d_sb) || in ovl_can_move()
1050 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_set_redirect()
1098 struct ovl_fs *ofs = OVL_FS(old->d_sb); in ovl_rename()
[all …]
A Dreaddir.c121 if (ovl_xino_bits(rdd->dentry->d_sb)) in ovl_calc_d_ino()
466 int xinobits = ovl_xino_bits(dir->d_sb); in ovl_cache_update_ino()
469 if (!ovl_same_dev(dir->d_sb)) in ovl_cache_update_ino()
512 dir->d_sb->s_dev != stat.dev); in ovl_cache_update_ino()
518 ovl_xino_warn(dir->d_sb)); in ovl_cache_update_ino()
601 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_cache_get_impure()
701 .xinobits = ovl_xino_bits(dir->d_sb), in ovl_iterate_real()
702 .xinowarn = ovl_xino_warn(dir->d_sb), in ovl_iterate_real()
717 WARN_ON_ONCE(dir->d_sb->s_dev != stat.dev); in ovl_iterate_real()
752 if (ovl_xino_bits(dentry->d_sb) || in ovl_iterate()
[all …]
A Dnamei.c835 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_lookup()
837 struct ovl_entry *roe = dentry->d_sb->s_root->d_fsdata; in ovl_lookup()
851 .sb = dentry->d_sb, in ovl_lookup()
864 old_cred = ovl_override_creds(dentry->d_sb); in ovl_lookup()
960 ((d.is_dir && ovl_verify_lower(dentry->d_sb)) || in ovl_lookup()
1060 if (origin && ovl_indexdir(dentry->d_sb) && in ovl_lookup()
1061 (!d.is_dir || ovl_index_all(dentry->d_sb))) { in ovl_lookup()
1117 inode = ovl_get_inode(dentry->d_sb, &oip); in ovl_lookup()
1179 old_cred = ovl_override_creds(dentry->d_sb); in ovl_lower_positive()
/linux-6.3-rc2/fs/ecryptfs/
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()
104 &ecryptfs_superblock_to_private(dentry->d_sb)->mount_crypt_stat); in ecryptfs_statfs()
134 struct super_block *sb = root->d_sb; in ecryptfs_show_options()
A Dmain.c532 if (path.dentry->d_sb->s_type == &ecryptfs_fs_type) { in ecryptfs_mount()
555 ecryptfs_set_superblock_lower(s, path.dentry->d_sb); in ecryptfs_mount()
562 s->s_flags |= path.dentry->d_sb->s_flags & SB_POSIXACL; in ecryptfs_mount()
569 if (sb_rdonly(path.dentry->d_sb) || mount_crypt_stat->flags & ECRYPTFS_ENCRYPTED_VIEW_ENABLED) in ecryptfs_mount()
572 s->s_maxbytes = path.dentry->d_sb->s_maxbytes; in ecryptfs_mount()
573 s->s_blocksize = path.dentry->d_sb->s_blocksize; in ecryptfs_mount()
575 s->s_stack_depth = path.dentry->d_sb->s_stack_depth + 1; in ecryptfs_mount()
/linux-6.3-rc2/fs/
A Dfs_context.c276 fc->user_ns = get_user_ns(reference->d_sb->s_user_ns); in alloc_fs_context()
279 atomic_inc(&reference->d_sb->s_active); in alloc_fs_context()
280 fc->user_ns = get_user_ns(reference->d_sb->s_user_ns); in alloc_fs_context()
313 return alloc_fs_context(dentry->d_sb->s_type, dentry, sb_flags, in fs_context_for_reconfigure()
327 struct super_block *sb = fc->root->d_sb; in fc_drop_locked()
462 sb = fc->root->d_sb; in put_fs_context()
615 sb = root->d_sb; in legacy_get_tree()
628 struct super_block *sb = fc->root->d_sb; in legacy_reconfigure()
A Dfhandle.c30 if (!path->dentry->d_sb->s_export_op || in do_sys_name_to_handle()
31 !path->dentry->d_sb->s_export_op->fh_to_dentry) in do_sys_name_to_handle()
/linux-6.3-rc2/fs/hpfs/
A Ddentry.c32 hash = partial_name_hash(hpfs_upcase(hpfs_sb(dentry->d_sb)->sb_cp_table,qstr->name[i]), hash); in hpfs_hash_dentry()
54 if (hpfs_compare_names(dentry->d_sb, str, al, name->name, bl, 0)) in hpfs_compare_dentry()
/linux-6.3-rc2/fs/autofs/
A Droot.c69 struct autofs_sb_info *sbi = autofs_sbi(dentry->d_sb); in autofs_del_active()
81 struct autofs_sb_info *sbi = autofs_sbi(dentry->d_sb); in autofs_dir_open()
112 struct autofs_sb_info *sbi = autofs_sbi(de->d_sb); in autofs_dentry_release()
133 struct autofs_sb_info *sbi = autofs_sbi(dentry->d_sb); in autofs_lookup_active()
188 struct autofs_sb_info *sbi = autofs_sbi(dentry->d_sb); in autofs_lookup_expiring()
247 struct autofs_sb_info *sbi = autofs_sbi(path->dentry->d_sb); in autofs_mount_wait()
292 struct autofs_sb_info *sbi = autofs_sbi(dentry->d_sb); in autofs_mountpoint_changed()
334 struct autofs_sb_info *sbi = autofs_sbi(dentry->d_sb); in autofs_d_automount()
422 struct autofs_sb_info *sbi = autofs_sbi(dentry->d_sb); in autofs_d_manage()
A Dautofs_i.h244 struct autofs_sb_info *sbi = autofs_sbi(dentry->d_sb); in __autofs_add_expiring()
255 struct autofs_sb_info *sbi = autofs_sbi(dentry->d_sb); in autofs_add_expiring()
268 struct autofs_sb_info *sbi = autofs_sbi(dentry->d_sb); in autofs_del_expiring()
A Ddev-ioctl.c196 if (path.dentry->d_sb->s_magic == AUTOFS_SUPER_MAGIC) { in find_autofs_mount()
213 return path->dentry->d_sb->s_dev == *(dev_t *)p; in test_by_dev()
531 devid = new_encode_dev(path.dentry->d_sb->s_dev); in autofs_dev_ioctl_ismountpoint()
535 magic = path.dentry->d_sb->s_magic; in autofs_dev_ioctl_ismountpoint()
549 magic = path.dentry->d_sb->s_magic; in autofs_dev_ioctl_ismountpoint()
A Dsymlink.c17 sbi = autofs_sbi(dentry->d_sb); in autofs_get_link()
A Dexpire.c44 struct autofs_sb_info *sbi = autofs_sbi(path.dentry->d_sb); in autofs_mount_busy()
100 struct autofs_sb_info *sbi = autofs_sbi(root->d_sb); in get_next_positive_subdir()
118 struct autofs_sb_info *sbi = autofs_sbi(root->d_sb); in get_next_positive_dentry()
492 struct autofs_sb_info *sbi = autofs_sbi(dentry->d_sb); in autofs_expire_wait()
/linux-6.3-rc2/fs/jffs2/
A Dsuper.c86 struct jffs2_sb_info *c = JFFS2_SB_INFO(root->d_sb); in jffs2_show_options()
149 return d_obtain_alias(jffs2_iget(child->d_sb, pino)); in jffs2_get_parent()
218 struct jffs2_sb_info *c = JFFS2_SB_INFO(fc->root->d_sb); in jffs2_update_mount_opts()
234 struct super_block *sb = fc->root->d_sb; in jffs2_reconfigure()
/linux-6.3-rc2/fs/cachefiles/
A Dcache.c66 !root->d_sb->s_op->statfs || in cachefiles_add_cache()
67 !root->d_sb->s_op->sync_fs || in cachefiles_add_cache()
68 root->d_sb->s_blocksize > PAGE_SIZE) in cachefiles_add_cache()
72 if (sb_rdonly(root->d_sb)) in cachefiles_add_cache()
/linux-6.3-rc2/fs/nfs/
A Dsuper.c244 struct nfs_server *server = NFS_SB(dentry->d_sb); in nfs_statfs()
274 buf->f_frsize = dentry->d_sb->s_blocksize; in nfs_statfs()
283 buf->f_bsize = dentry->d_sb->s_blocksize; in nfs_statfs()
284 blockbits = dentry->d_sb->s_blocksize_bits; in nfs_statfs()
538 struct nfs_server *nfss = NFS_SB(root->d_sb); in nfs_show_options()
635 struct nfs_server *nfss = NFS_SB(root->d_sb); in nfs_show_stats()
645 seq_puts(m, sb_rdonly(root->d_sb) ? "ro" : "rw"); in nfs_show_stats()
646 seq_puts(m, root->d_sb->s_flags & SB_SYNCHRONOUS ? ",sync" : ""); in nfs_show_stats()
647 seq_puts(m, root->d_sb->s_flags & SB_NOATIME ? ",noatime" : ""); in nfs_show_stats()
648 seq_puts(m, root->d_sb->s_flags & SB_NODIRATIME ? ",nodiratime" : ""); in nfs_show_stats()
[all …]
A Dnamespace.c150 struct nfs_server *server = NFS_SB(path->dentry->d_sb); in nfs_d_automount()
167 ctx->clone_data.sb = path->dentry->d_sb; in nfs_d_automount()
193 up_write(&fc->root->d_sb->s_umount); in nfs_d_automount()
/linux-6.3-rc2/fs/9p/
A Dfid.c188 root_fid = v9fs_fid_find(dentry->d_sb->s_root, uid, any); in v9fs_fid_lookup_with_uid()
205 v9fs_fid_add(dentry->d_sb->s_root, &fid); in v9fs_fid_lookup_with_uid()
208 if (dentry->d_sb->s_root == dentry) in v9fs_fid_lookup_with_uid()
/linux-6.3-rc2/fs/cifs/
A Ddir.c73 struct cifs_sb_info *cifs_sb = CIFS_SB(direntry->d_sb); in build_path_from_dentry()
87 struct cifs_sb_info *cifs_sb = CIFS_SB(direntry->d_sb); in __build_path_from_dentry_optional_prefix()
140 struct cifs_sb_info *cifs_sb = CIFS_SB(direntry->d_sb); in build_path_from_dentry_optional_prefix()
155 struct cifs_sb_info *cifs_sb = CIFS_SB(direntry->d_sb); in check_name()
806 struct nls_table *codepage = CIFS_SB(dentry->d_sb)->local_nls;
827 struct nls_table *codepage = CIFS_SB(dentry->d_sb)->local_nls;
/linux-6.3-rc2/fs/squashfs/
A Dsuper.c475 struct super_block *sb = fc->root->d_sb; in squashfs_reconfigure()
479 sync_filesystem(fc->root->d_sb); in squashfs_reconfigure()
501 struct super_block *sb = root->d_sb; in squashfs_show_options()
550 struct squashfs_sb_info *msblk = dentry->d_sb->s_fs_info; in squashfs_statfs()
551 u64 id = huge_encode_dev(dentry->d_sb->s_bdev->bd_dev); in squashfs_statfs()
/linux-6.3-rc2/fs/debugfs/
A Dinode.c209 struct debugfs_fs_info *fsi = root->d_sb->s_fs_info; in debugfs_show_options()
430 inode = debugfs_get_inode(dentry->d_sb); in __debugfs_create_file()
601 inode = debugfs_get_inode(dentry->d_sb); in debugfs_create_dir()
648 inode = debugfs_get_inode(dentry->d_sb); in debugfs_create_automount()
706 inode = debugfs_get_inode(dentry->d_sb); in debugfs_create_symlink()
/linux-6.3-rc2/security/tomoyo/
A Drealpath.c156 struct super_block *sb = dentry->d_sb; in tomoyo_get_local_path()
243 struct super_block *sb = dentry->d_sb; in tomoyo_realpath_from_path()

Completed in 42 milliseconds

123456789