Home
last modified time | relevance | path

Searched refs:vboxsf_dir_buf (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/fs/vboxsf/
Dutils.c478 static struct vboxsf_dir_buf *vboxsf_dir_buf_alloc(struct list_head *list) in vboxsf_dir_buf_alloc()
480 struct vboxsf_dir_buf *b; in vboxsf_dir_buf_alloc()
500 static void vboxsf_dir_buf_free(struct vboxsf_dir_buf *b) in vboxsf_dir_buf_free()
525 struct vboxsf_dir_buf *b; in vboxsf_dir_info_free()
527 b = list_entry(pos, struct vboxsf_dir_buf, head); in vboxsf_dir_info_free()
536 struct vboxsf_dir_buf *b; in vboxsf_dir_read_all()
Dvfsmod.h68 struct vboxsf_dir_buf { struct
Ddir.c100 struct vboxsf_dir_buf *b; in vboxsf_dir_emit()