Home
last modified time | relevance | path

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

/linux-6.1.9/fs/vboxsf/
Dutils.c479 static struct vboxsf_dir_buf *vboxsf_dir_buf_alloc(struct list_head *list) in vboxsf_dir_buf_alloc()
481 struct vboxsf_dir_buf *b; in vboxsf_dir_buf_alloc()
501 static void vboxsf_dir_buf_free(struct vboxsf_dir_buf *b) in vboxsf_dir_buf_free()
526 struct vboxsf_dir_buf *b; in vboxsf_dir_info_free()
528 b = list_entry(pos, struct vboxsf_dir_buf, head); in vboxsf_dir_info_free()
537 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()