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

/freebsd-11-stable/contrib/amd/amd/
H A Damfs_nfsl.c112 * call nfs_ops.fs_match().
113 * If link value exists (or same host), call amfs_link_ops.fs_match().
118 retval = nfs_ops.fs_match(fo);
121 retval = nfs_ops.fs_match(fo);
124 retval = amfs_link_ops.fs_match(fo);
H A Dam_ops.c475 fo->fs_mtab = rop->fs_match(fo);
482 fo->fs_mtab = amfs_error_ops.fs_match(fo);
H A Damfs_host.c128 return (*nfs_ops.fs_match) (fo);
H A Damd.h399 vfs_match fs_match; /* fxn: match */ member in struct:am_ops

Completed in 140 milliseconds