Searched defs:sf_g (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Additions/linux/sharedfolders/
H A Dlnkops.c26 struct sf_glob_info *sf_g = GET_GLOB_INFO(inode->i_sb); local
35 rc = vboxReadLink(&client_handle, &sf_g->map, sf_i->path, PATH_MAX, path);
H A Ddirops.c32 struct sf_glob_info *sf_g = GET_GLOB_INFO(inode->i_sb); local
38 BUG_ON(!sf_g);
67 rc = vboxCallCreate(&client_handle, &sf_g->map, sf_i->path, &params);
72 err = sf_dir_read_all(sf_g, sf_i, sf_d, params.Handle);
79 rc = vboxCallClose(&client_handle, &sf_g->map, params.Handle);
121 struct sf_glob_info *sf_g; local
131 sf_g = GET_GLOB_INFO(inode->i_sb);
134 BUG_ON(!sf_g);
155 rc = vboxCallCreate(&client_handle, &sf_g->map, sf_i->path, &params);
171 err = sf_dir_read_all(sf_g, sf_
345 struct sf_glob_info *sf_g; local
448 struct sf_glob_info *sf_g = GET_GLOB_INFO(parent->i_sb); local
514 struct sf_glob_info *sf_g = GET_GLOB_INFO(parent->i_sb); local
649 struct sf_glob_info *sf_g = GET_GLOB_INFO(parent->i_sb); local
728 struct sf_glob_info *sf_g = GET_GLOB_INFO(old_parent->i_sb); local
787 struct sf_glob_info *sf_g; local
[all...]
H A Dregops.c59 static int sf_reg_read_aux(const char *caller, struct sf_glob_info *sf_g, argument
66 int rc = vboxCallRead(&client_handle, &sf_g->map, sf_r->handle,
76 static int sf_reg_write_aux(const char *caller, struct sf_glob_info *sf_g, argument
83 int rc = vboxCallWrite(&client_handle, &sf_g->map, sf_r->handle,
112 struct sf_glob_info *sf_g = GET_GLOB_INFO(inode->i_sb); local
142 err = sf_reg_read_aux(__func__, sf_g, sf_r, tmp, &nread, pos);
188 struct sf_glob_info *sf_g = GET_GLOB_INFO(inode->i_sb); local
194 BUG_ON(!sf_g);
238 err = VbglR0SfWritePhysCont(&client_handle, &sf_g->map, sf_r->handle,
244 err = sf_reg_write_aux(__func__, sf_g, sf_
279 struct sf_glob_info *sf_g = GET_GLOB_INFO(inode->i_sb); local
421 struct sf_glob_info *sf_g; local
469 struct sf_glob_info *sf_g = GET_GLOB_INFO(inode->i_sb); local
609 struct sf_glob_info *sf_g = GET_GLOB_INFO(inode->i_sb); local
641 struct sf_glob_info *sf_g = GET_GLOB_INFO(inode->i_sb); local
692 struct sf_glob_info *sf_g = GET_GLOB_INFO(inode->i_sb); local
[all...]
H A Dvfsmod.c52 struct sf_glob_info *sf_g; local
55 sf_g = kmalloc(sizeof(*sf_g), GFP_KERNEL);
56 if (!sf_g)
63 RT_ZERO(*sf_g);
118 sf_g->nls = NULL;
121 sf_g->nls = load_nls(info->nls_name);
122 if (!sf_g->nls)
136 sf_g->nls = load_nls_default();
138 sf_g
191 sf_glob_free(struct sf_glob_info *sf_g) argument
223 struct sf_glob_info *sf_g; local
433 struct sf_glob_info *sf_g; local
457 struct sf_glob_info *sf_g; local
[all...]
H A Dutils.c70 /* set [inode] attributes based on [info], uid/gid based on [sf_g] */
71 void sf_init_inode(struct sf_glob_info *sf_g, struct inode *inode, argument
103 inode->i_mapping->backing_dev_info = &sf_g->bdi;
109 inode->i_mode = sf_g->dmode != ~0 ? (sf_g->dmode & 0777) : mode;
110 inode->i_mode &= ~sf_g->dmask;
125 inode->i_mode = sf_g->fmode != ~0 ? (sf_g->fmode & 0777): mode;
126 inode->i_mode &= ~sf_g->fmask;
138 inode->i_mode = sf_g
173 sf_stat(const char *caller, struct sf_glob_info *sf_g, SHFLSTRING *path, PSHFLFSOBJINFO result, int ok_to_fail) argument
220 struct sf_glob_info *sf_g; local
308 struct sf_glob_info *sf_g; local
484 sf_path_from_dentry(const char *caller, struct sf_glob_info *sf_g, struct sf_inode_info *sf_i, struct dentry *dentry, SHFLSTRING **result) argument
571 sf_nlscpy(struct sf_glob_info *sf_g, char *name, size_t name_bound_len, const unsigned char *utf8_name, size_t utf8_len) argument
761 sf_dir_read_all(struct sf_glob_info *sf_g, struct sf_inode_info *sf_i, struct sf_dir_info *sf_d, SHFLHANDLE handle) argument
832 struct sf_glob_info *sf_g; local
866 sf_init_backing_dev(struct sf_glob_info *sf_g) argument
895 sf_done_backing_dev(struct sf_glob_info *sf_g) argument
[all...]

Completed in 43 milliseconds