Home
last modified time | relevance | path

Searched defs:vn_ioctl (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/sys/
H A Dvnioctl.h57 struct vn_ioctl { struct
58 char *vn_file; /* pathname of file to mount */
59 int64_t vn_size; /* (returned) size of disk */
/dragonfly/sys/kern/
H A Dvfs_vnops.c973 vn_ioctl(struct file *fp, u_long com, caddr_t data, struct ucred *ucred, in vn_ioctl() function