Home
last modified time | relevance | path

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

/openbsd/src/sys/sys/
Dmount.h204 struct ntfs_args { struct
205 char *fspec; /* block special device to mount */
206 struct export_args export_info;/* network export information */
207 uid_t uid; /* uid that owns ntfs files */
208 gid_t gid; /* gid that owns ntfs files */
209 mode_t mode; /* mask to be applied for ntfs perms */
210 u_long flag; /* additional flags */
274 struct ntfs_args ntfs_args; member