Lines Matching refs:ofs

23 	struct ovl_fs *ofs = dentry->d_sb->s_fs_info;  in ovl_want_write()  local
24 return mnt_want_write(ofs->upper_mnt); in ovl_want_write()
29 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_drop_write() local
30 mnt_drop_write(ofs->upper_mnt); in ovl_drop_write()
35 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_workdir() local
36 return ofs->workdir; in ovl_workdir()
41 struct ovl_fs *ofs = sb->s_fs_info; in ovl_override_creds() local
43 return override_creds(ofs->creator_cred); in ovl_override_creds()
48 struct ovl_fs *ofs = sb->s_fs_info; in ovl_same_sb() local
50 if (!ofs->numlowerfs) in ovl_same_sb()
51 return ofs->upper_mnt->mnt_sb; in ovl_same_sb()
52 else if (ofs->numlowerfs == 1 && !ofs->upper_mnt) in ovl_same_sb()
53 return ofs->lower_fs[0].sb; in ovl_same_sb()
77 struct ovl_fs *ofs = sb->s_fs_info; in ovl_indexdir() local
79 return ofs->indexdir; in ovl_indexdir()
85 struct ovl_fs *ofs = sb->s_fs_info; in ovl_index_all() local
87 return ofs->config.nfs_export && ofs->config.index; in ovl_index_all()
93 struct ovl_fs *ofs = sb->s_fs_info; in ovl_verify_lower() local
95 return ofs->config.nfs_export && ofs->config.index; in ovl_verify_lower()
151 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_path_upper() local
153 path->mnt = ofs->upper_mnt; in ovl_path_upper()
387 struct ovl_fs *ofs = sb->s_fs_info; in ovl_redirect_dir() local
389 return ofs->config.redirect_dir && !ofs->noxattr; in ovl_redirect_dir()
575 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_check_setxattr() local
577 if (ofs->noxattr) in ovl_check_setxattr()
584 ofs->noxattr = true; in ovl_check_setxattr()