Searched refs:xfs_args (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/external/bsd/am-utils/dist/amd/ |
| D | ops_xfs.c | 106 xfs_args_t xfs_args; in mount_xfs() local 115 memset((voidp) &xfs_args, 0, sizeof(xfs_args)); /* Paranoid */ in mount_xfs() 133 xfs_args.flags = 0; /* XXX: fix this to correct flags */ in mount_xfs() 136 xfs_args.fspec = fs_name; in mount_xfs() 142 return mount_fs(&mnt, flags, (caddr_t) &xfs_args, 0, type, 0, NULL, mnttab_file_name, on_autofs); in mount_xfs()
|
| /netbsd/src/external/bsd/am-utils/dist/m4/macros/ |
| D | type_xfs_args.m4 | 11 # look for "struct xfs_args" 15 [ struct xfs_args a; 16 ], ac_cv_type_xfs_args="struct xfs_args", ac_cv_type_xfs_args=notfound)
|
| D | header_templates.m4 | 962 [Define a type for the xfs_args structure])
|