Searched refs:sf_glob_info (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Additions/linux/sharedfolders/
H A Dvfsmod.h36 struct sf_glob_info struct
99 extern void sf_init_inode(struct sf_glob_info *sf_g, struct inode *inode,
101 extern int sf_stat(const char *caller, struct sf_glob_info *sf_g,
109 extern int sf_path_from_dentry(const char *caller, struct sf_glob_info *sf_g,
112 extern int sf_nlscpy(struct sf_glob_info *sf_g,
118 extern int sf_dir_read_all(struct sf_glob_info *sf_g, struct sf_inode_info *sf_i,
120 extern int sf_init_backing_dev(struct sf_glob_info *sf_g);
121 extern void sf_done_backing_dev(struct sf_glob_info *sf_g);
141 # define GET_GLOB_INFO(sb) ((struct sf_glob_info *) (sb)->u.generic_sbp)
144 # define GET_GLOB_INFO(sb) ((struct sf_glob_info *) (s
[all...]
H A Dlnkops.c26 struct sf_glob_info *sf_g = GET_GLOB_INFO(inode->i_sb);
H A Dregops.c59 static int sf_reg_read_aux(const char *caller, struct sf_glob_info *sf_g,
76 static int sf_reg_write_aux(const char *caller, struct sf_glob_info *sf_g,
112 struct sf_glob_info *sf_g = GET_GLOB_INFO(inode->i_sb);
188 struct sf_glob_info *sf_g = GET_GLOB_INFO(inode->i_sb);
279 struct sf_glob_info *sf_g = GET_GLOB_INFO(inode->i_sb);
421 struct sf_glob_info *sf_g;
469 struct sf_glob_info *sf_g = GET_GLOB_INFO(inode->i_sb);
609 struct sf_glob_info *sf_g = GET_GLOB_INFO(inode->i_sb);
641 struct sf_glob_info *sf_g = GET_GLOB_INFO(inode->i_sb);
692 struct sf_glob_info *sf_
[all...]
H A Dvfsmod.c47 static int sf_glob_alloc(struct vbsf_mount_info_new *info, struct sf_glob_info **sf_gp)
52 struct sf_glob_info *sf_g;
191 sf_glob_free(struct sf_glob_info *sf_g)
223 struct sf_glob_info *sf_g;
433 struct sf_glob_info *sf_g;
457 struct sf_glob_info *sf_g;
H A Ddirops.c32 struct sf_glob_info *sf_g = GET_GLOB_INFO(inode->i_sb);
121 struct sf_glob_info *sf_g;
345 struct sf_glob_info *sf_g;
448 struct sf_glob_info *sf_g = GET_GLOB_INFO(parent->i_sb);
514 struct sf_glob_info *sf_g = GET_GLOB_INFO(parent->i_sb);
649 struct sf_glob_info *sf_g = GET_GLOB_INFO(parent->i_sb);
728 struct sf_glob_info *sf_g = GET_GLOB_INFO(old_parent->i_sb);
787 struct sf_glob_info *sf_g;
H A Dutils.c71 void sf_init_inode(struct sf_glob_info *sf_g, struct inode *inode,
173 int sf_stat(const char *caller, struct sf_glob_info *sf_g,
220 struct sf_glob_info *sf_g;
308 struct sf_glob_info *sf_g;
484 int sf_path_from_dentry(const char *caller, struct sf_glob_info *sf_g,
571 int sf_nlscpy(struct sf_glob_info *sf_g,
761 int sf_dir_read_all(struct sf_glob_info *sf_g, struct sf_inode_info *sf_i,
832 struct sf_glob_info *sf_g;
866 int sf_init_backing_dev(struct sf_glob_info *sf_g)
895 void sf_done_backing_dev(struct sf_glob_info *sf_
[all...]
/vbox/src/VBox/Additions/freebsd/vboxvfs/
H A Dvboxvfs.h55 struct sf_glob_info { struct
H A Dvboxvfs_vfsops.c34 #define VFSMP2SFGLOBINFO(mp) ((struct sf_glob_info *)mp->mnt_data)
101 struct sf_glob_info *pShFlGlobalInfo;
128 pShFlGlobalInfo = RTMemAllocZ(sizeof(struct sf_glob_info));
168 struct sf_glob_info *pShFlGlobalInfo = VFSMP2SFGLOBINFO(mp);
194 struct sf_glob_info *pShFlGlobalInfo = VFSMP2SFGLOBINFO(mp);

Completed in 46 milliseconds