Home | History | Annotate | Download | only in daemon

Lines Matching refs:sfile

39 extern int sfile_equal(struct sfile const * sf, struct sfile const * sf2);
40 extern void sfile_dup(struct sfile * to, struct sfile * from);
141 /* sfile can change at each sample for kernel */
148 /* get the current sfile if needed */
703 static int ibs_sfile_create(struct sfile * sf)
714 static int ibs_sfile_dup (struct sfile * to, struct sfile * from)
727 static int ibs_sfile_close(struct sfile * sf)
740 static int ibs_sfile_sync(struct sfile * sf)
752 struct sfile * sf = trans->current;
753 struct sfile * last = trans->last;
772 /* Creating IBS sfile if it not already exists */