vfs_file_exist   7124 source3/include/proto.h bool vfs_file_exist(connection_struct *conn, const char *fname,SMB_STRUCT_STAT *sbuf);
vfs_file_exist   1503 source3/printing/nt_printing.c 	if (!vfs_file_exist(conn, driverpath, &st)) {
vfs_file_exist   6322 source3/smbd/reply.c 	if (!vfs_file_exist(conn,src,&src_sbuf)) {