async_setup      1144 source4/ntvfs/cifs/vfs_cifs.c 	ops.async_setup = cvfs_async_setup;
async_setup      1064 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c 	ops.async_setup = cifspsx_async_setup;
async_setup       941 source4/ntvfs/ipc/vfs_ipc.c 	ops.async_setup = ipc_async_setup;
async_setup       678 source4/ntvfs/nbench/vfs_nbench.c 	PASS_THRU_REQ(ntvfs, req, async_setup, NULL, (ntvfs, req, private_data));
async_setup       957 source4/ntvfs/nbench/vfs_nbench.c 	ops.async_setup = nbench_async_setup;
async_setup        56 source4/ntvfs/ntvfs.h 	NTSTATUS (*async_setup)(struct ntvfs_module_context *ntvfs,
async_setup        52 source4/ntvfs/ntvfs_interface.c 	if (!ntvfs->ops->async_setup) {
async_setup        55 source4/ntvfs/ntvfs_interface.c 	return ntvfs->ops->async_setup(ntvfs, req, private_data);
async_setup       359 source4/ntvfs/ntvfs_interface.c 	if (!ntvfs->next || !ntvfs->next->ops->async_setup) {
async_setup       362 source4/ntvfs/ntvfs_interface.c 	return ntvfs->next->ops->async_setup(ntvfs->next, req, private_data);
async_setup       365 source4/ntvfs/posix/vfs_posix.c 	ops.async_setup = pvfs_async_setup;
async_setup      1061 source4/ntvfs/simple/vfs_simple.c 	ops.async_setup = svfs_async_setup;
async_setup       838 source4/ntvfs/smb2/vfs_smb2.c 	ops.async_setup = cvfs_async_setup;
async_setup       531 source4/ntvfs/unixuid/vfs_unixuid.c 	PASS_THRU_REQ(ntvfs, req, async_setup, (ntvfs, req, private_data));
async_setup       706 source4/ntvfs/unixuid/vfs_unixuid.c 	ops.async_setup = unixuid_async_setup;