Lines Matching refs:ofs

20 	struct ovl_fs *ofs = dentry->d_sb->s_fs_info;  in ovl_want_write()  local
21 return mnt_want_write(ofs->upper_mnt); in ovl_want_write()
26 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_drop_write() local
27 mnt_drop_write(ofs->upper_mnt); in ovl_drop_write()
32 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_workdir() local
33 return ofs->workdir; in ovl_workdir()
38 struct ovl_fs *ofs = sb->s_fs_info; in ovl_override_creds() local
40 return override_creds(ofs->creator_cred); in ovl_override_creds()
45 struct ovl_fs *ofs = sb->s_fs_info; in ovl_same_sb() local
47 if (!ofs->numlowerfs) in ovl_same_sb()
48 return ofs->upper_mnt->mnt_sb; in ovl_same_sb()
49 else if (ofs->numlowerfs == 1 && !ofs->upper_mnt) in ovl_same_sb()
50 return ofs->lower_fs[0].sb; in ovl_same_sb()
73 struct ovl_fs *ofs = sb->s_fs_info; in ovl_indexdir() local
75 return ofs->indexdir; in ovl_indexdir()
81 struct ovl_fs *ofs = sb->s_fs_info; in ovl_index_all() local
83 return ofs->config.nfs_export && ofs->config.index; in ovl_index_all()
89 struct ovl_fs *ofs = sb->s_fs_info; in ovl_verify_lower() local
91 return ofs->config.nfs_export && ofs->config.index; in ovl_verify_lower()
147 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_path_upper() local
149 path->mnt = ofs->upper_mnt; in ovl_path_upper()
383 struct ovl_fs *ofs = sb->s_fs_info; in ovl_redirect_dir() local
385 return ofs->config.redirect_dir && !ofs->noxattr; in ovl_redirect_dir()
571 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_check_setxattr() local
573 if (ofs->noxattr) in ovl_check_setxattr()
580 ofs->noxattr = true; in ovl_check_setxattr()