/openbmc/linux/fs/ecryptfs/ |
H A D | super.c | 95 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()
|
H A D | main.c | 532 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()
|
/openbmc/linux/fs/overlayfs/ |
H A D | inode.c | 26 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 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_map_dev_ino() 111 stat->dev = dentry->d_sb->s_dev; in ovl_map_dev_ino() 125 stat->dev = dentry->d_sb->s_dev; in ovl_map_dev_ino() 144 stat->dev = dentry->d_sb->s_dev; in ovl_map_dev_ino() 173 old_cred = ovl_override_creds(dentry->d_sb); in ovl_getattr() 190 if (!is_dir || ovl_same_dev(OVL_FS(dentry->d_sb))) { in ovl_getattr() 220 (!ovl_verify_lower(dentry->d_sb) && in ovl_getattr() 336 old_cred = ovl_override_creds(dentry->d_sb); in ovl_get_link() [all …]
|
H A D | copy_up.c | 440 if (ovl_can_decode_fh(lower->d_sb)) { in ovl_set_origin() 482 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_create_index() 483 struct dentry *indexdir = ovl_indexdir(dentry->d_sb); in ovl_create_index() 555 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_link_up() 593 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_copy_up_data() 612 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_copy_up_metadata() 617 err = ovl_copy_xattr(c->dentry->d_sb, &c->lowerpath, temp); in ovl_copy_up_metadata() 708 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_copy_up_workdir() 794 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_copy_up_tmpfile() 863 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_do_copy_up() [all …]
|
H A D | dir.c | 237 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_set_opaque_xerr() 287 inode = ovl_get_inode(dentry->d_sb, &oip); in ovl_instantiate() 324 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_create_upper() 361 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_clear_empty() 397 err = ovl_copy_xattr(dentry->d_sb, &upperpath, opaquedir); in ovl_clear_empty() 445 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_create_over_whiteout() 563 old_cred = ovl_override_creds(dentry->d_sb); in ovl_create_or_link() 632 inode = ovl_new_inode(dentry->d_sb, mode, rdev); in ovl_create_object() 687 old_cred = ovl_override_creds(dentry->d_sb); in ovl_set_link_redirect() 746 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_remove_and_whiteout() [all …]
|
H A D | util.c | 22 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_want_write() 28 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_drop_write() 34 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_workdir() 210 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_path_upper() 805 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_set_impure() 954 if (!lower || !ovl_indexdir(dentry->d_sb)) in ovl_need_index() 958 if (ovl_index_all(dentry->d_sb)) in ovl_need_index() 971 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_cleanup_index() 972 struct dentry *indexdir = ovl_indexdir(dentry->d_sb); in ovl_cleanup_index() 1008 } else if (ovl_index_all(dentry->d_sb)) { in ovl_cleanup_index() [all …]
|
H A D | namei.c | 395 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_lookup_data_layers() 895 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_maybe_validate_verity() 929 old_cred = ovl_override_creds(dentry->d_sb); in ovl_maybe_validate_verity() 967 old_cred = ovl_override_creds(dentry->d_sb); in ovl_maybe_lookup_lowerdata() 1005 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_lookup() 1007 struct ovl_entry *roe = OVL_E(dentry->d_sb->s_root); in ovl_lookup() 1022 .sb = dentry->d_sb, in ovl_lookup() 1035 old_cred = ovl_override_creds(dentry->d_sb); in ovl_lookup() 1131 ((d.is_dir && ovl_verify_lower(dentry->d_sb)) || in ovl_lookup() 1240 if (origin && ovl_indexdir(dentry->d_sb) && in ovl_lookup() [all …]
|
H A D | readdir.c | 121 if (ovl_xino_bits(OVL_FS(rdd->dentry->d_sb))) in ovl_calc_d_ino() 274 old_cred = ovl_override_creds(rdd->dentry->d_sb); in ovl_check_whiteouts() 463 struct ovl_fs *ofs = OVL_FS(dir->d_sb); in ovl_cache_update_ino() 513 dir->d_sb->s_dev != stat.dev); in ovl_cache_update_ino() 602 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_cache_get_impure() 698 struct ovl_fs *ofs = OVL_FS(dir->d_sb); in ovl_iterate_real() 719 WARN_ON_ONCE(dir->d_sb->s_dev != stat.dev); in ovl_iterate_real() 740 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_iterate() 745 old_cred = ovl_override_creds(dentry->d_sb); in ovl_iterate() 974 old_cred = ovl_override_creds(dentry->d_sb); in ovl_check_empty_dir()
|
/openbmc/linux/fs/ |
H A D | fs_context.c | 304 fc->user_ns = get_user_ns(reference->d_sb->s_user_ns); in alloc_fs_context() 307 atomic_inc(&reference->d_sb->s_active); in alloc_fs_context() 308 fc->user_ns = get_user_ns(reference->d_sb->s_user_ns); in alloc_fs_context() 341 return alloc_fs_context(dentry->d_sb->s_type, dentry, sb_flags, in fs_context_for_reconfigure() 364 ret = security_fs_context_submount(fc, reference->d_sb); in fs_context_for_submount() 376 struct super_block *sb = fc->root->d_sb; in fc_drop_locked() 513 sb = fc->root->d_sb; in put_fs_context() 667 sb = root->d_sb; in legacy_get_tree() 680 struct super_block *sb = fc->root->d_sb; in legacy_reconfigure()
|
/openbmc/linux/fs/hpfs/ |
H A D | dentry.c | 32 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()
|
/openbmc/linux/fs/autofs/ |
H A D | root.c | 69 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()
|
H A D | autofs_i.h | 244 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()
|
H A D | dev-ioctl.c | 196 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()
|
H A D | expire.c | 44 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()
|
H A D | symlink.c | 17 sbi = autofs_sbi(dentry->d_sb); in autofs_get_link()
|
/openbmc/linux/fs/jffs2/ |
H A D | super.c | 87 struct jffs2_sb_info *c = JFFS2_SB_INFO(root->d_sb); in jffs2_show_options() 150 return d_obtain_alias(jffs2_iget(child->d_sb, pino)); in jffs2_get_parent() 219 struct jffs2_sb_info *c = JFFS2_SB_INFO(fc->root->d_sb); in jffs2_update_mount_opts() 235 struct super_block *sb = fc->root->d_sb; in jffs2_reconfigure()
|
/openbmc/linux/fs/smb/client/ |
H A D | namespace.c | 122 struct cifs_sb_info *cifs_sb = CIFS_SB(dentry->d_sb); in is_dfs_mount() 135 struct cifs_sb_info *cifs_sb = CIFS_SB(dentry->d_sb); in automount_fullpath() 205 mntpt_sb = CIFS_SB(mntpt->d_sb); in cifs_do_automount()
|
H A D | dir.c | 73 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() 829 struct nls_table *codepage = CIFS_SB(dentry->d_sb)->local_nls; 850 struct nls_table *codepage = CIFS_SB(dentry->d_sb)->local_nls;
|
/openbmc/linux/fs/cachefiles/ |
H A D | cache.c | 67 !root->d_sb->s_op->statfs || in cachefiles_add_cache() 68 !root->d_sb->s_op->sync_fs || in cachefiles_add_cache() 69 root->d_sb->s_blocksize > PAGE_SIZE) in cachefiles_add_cache() 73 if (sb_rdonly(root->d_sb)) in cachefiles_add_cache()
|
/openbmc/linux/fs/nfs/ |
H A D | super.c | 250 struct nfs_server *server = NFS_SB(dentry->d_sb); in nfs_statfs() 280 buf->f_frsize = dentry->d_sb->s_blocksize; in nfs_statfs() 289 buf->f_bsize = dentry->d_sb->s_blocksize; in nfs_statfs() 290 blockbits = dentry->d_sb->s_blocksize_bits; in nfs_statfs() 554 struct nfs_server *nfss = NFS_SB(root->d_sb); in nfs_show_options() 651 struct nfs_server *nfss = NFS_SB(root->d_sb); in nfs_show_stats() 661 seq_puts(m, sb_rdonly(root->d_sb) ? "ro" : "rw"); in nfs_show_stats() 662 seq_puts(m, root->d_sb->s_flags & SB_SYNCHRONOUS ? ",sync" : ""); in nfs_show_stats() 663 seq_puts(m, root->d_sb->s_flags & SB_NOATIME ? ",noatime" : ""); in nfs_show_stats() 664 seq_puts(m, root->d_sb->s_flags & SB_NODIRATIME ? ",nodiratime" : ""); in nfs_show_stats() [all …]
|
H A D | namespace.c | 150 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()
|
/openbmc/linux/fs/9p/ |
H A D | fid.c | 202 root_fid = v9fs_fid_find(dentry->d_sb->s_root, uid, any); in v9fs_fid_lookup_with_uid() 219 v9fs_fid_add(dentry->d_sb->s_root, &fid); in v9fs_fid_lookup_with_uid() 222 if (dentry->d_sb->s_root == dentry) in v9fs_fid_lookup_with_uid()
|
/openbmc/linux/fs/squashfs/ |
H A D | super.c | 490 struct super_block *sb = fc->root->d_sb; in squashfs_reconfigure() 494 sync_filesystem(fc->root->d_sb); in squashfs_reconfigure() 516 struct super_block *sb = root->d_sb; in squashfs_show_options() 565 struct squashfs_sb_info *msblk = dentry->d_sb->s_fs_info; in squashfs_statfs() 566 u64 id = huge_encode_dev(dentry->d_sb->s_bdev->bd_dev); in squashfs_statfs()
|
/openbmc/linux/fs/debugfs/ |
H A D | inode.c | 208 struct debugfs_fs_info *fsi = root->d_sb->s_fs_info; in debugfs_show_options() 431 inode = debugfs_get_inode(dentry->d_sb); in __debugfs_create_file() 602 inode = debugfs_get_inode(dentry->d_sb); in debugfs_create_dir() 659 inode = debugfs_get_inode(dentry->d_sb); in debugfs_create_automount() 718 inode = debugfs_get_inode(dentry->d_sb); in debugfs_create_symlink()
|
/openbmc/linux/security/tomoyo/ |
H A D | realpath.c | 156 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()
|