Searched refs:sf_dir_buf (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/freebsd/vboxvfs/
H A Dvboxvfs.h75 struct sf_dir_buf { struct
/vbox/src/VBox/Additions/linux/sharedfolders/
H A Dutils.c635 static struct sf_dir_buf *sf_dir_buf_alloc(void)
637 struct sf_dir_buf *b;
666 static void sf_dir_buf_free(struct sf_dir_buf *b)
691 struct sf_dir_buf *b;
693 b = list_entry(pos, struct sf_dir_buf, head);
709 struct sf_dir_buf *b;
710 b = list_entry(pos, struct sf_dir_buf, head);
739 static struct sf_dir_buf *sf_get_empty_dir_buf(struct sf_dir_info *sf_d)
746 struct sf_dir_buf *b;
748 b = list_entry(pos, struct sf_dir_buf, hea
[all...]
H A Dvfsmod.h73 struct sf_dir_buf struct
H A Ddirops.c185 struct sf_dir_buf *b;
189 b = list_entry(pos, struct sf_dir_buf, head);

Completed in 47 milliseconds