Lines Matching refs:d_sb
20 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_want_write()
26 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_drop_write()
32 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_workdir()
159 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_path_upper()
612 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_check_setxattr()
697 if (!lower || !ovl_indexdir(dentry->d_sb)) in ovl_need_index()
701 if (ovl_index_all(dentry->d_sb)) in ovl_need_index()
714 struct dentry *indexdir = ovl_indexdir(dentry->d_sb); in ovl_cleanup_index()
750 } else if (ovl_index_all(dentry->d_sb)) { in ovl_cleanup_index()
752 err = ovl_cleanup_and_whiteout(OVL_FS(dentry->d_sb), in ovl_cleanup_index()
813 old_cred = ovl_override_creds(dentry->d_sb); in ovl_nlink_start()
821 ovl_revert_creds(dentry->d_sb, old_cred); in ovl_nlink_start()
837 old_cred = ovl_override_creds(dentry->d_sb); in ovl_nlink_end()
839 ovl_revert_creds(dentry->d_sb, old_cred); in ovl_nlink_end()