Lines Matching refs:ovl_fs
37 struct ovl_fs { struct
101 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_path_upper()
183 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_want_write()
189 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_drop_write()
195 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_workdir()
577 struct ovl_fs *ufs = sb->s_fs_info; in ovl_put_super()
602 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_statfs()
627 struct ovl_fs *ufs = sb->s_fs_info; in ovl_show_options()
639 struct ovl_fs *ufs = sb->s_fs_info; in ovl_remount()
924 struct ovl_fs *ufs; in ovl_fill_super()
935 ufs = kzalloc(sizeof(struct ovl_fs), GFP_KERNEL); in ovl_fill_super()