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

/freebsd-11-stable/contrib/amd/amd/
H A Dops_pcfs.c103 pcfs_args_t pcfs_args; local
118 memset((voidp) &pcfs_args, 0, sizeof(pcfs_args)); /* Paranoid */
138 pcfs_args.fspec = fs_name;
142 pcfs_args.mask = 0777; /* this may be the msdos file modes */
144 pcfs_args.mask = mask;
146 plog(XLOG_DEBUG, "mount_pcfs: mask=%o (octal)", (u_int) pcfs_args.mask);
150 pcfs_args.dirmask = 0777; /* this may be the msdos dir modes */
152 pcfs_args.dirmask = mask;
154 plog(XLOG_DEBUG, "mount_pcfs: dirmask=%o (octal)", (u_int) pcfs_args
[all...]

Completed in 47 milliseconds